commit | 1e5ae1995a44f2b7a03f08a10504568a96040a8c | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Tue Jul 24 13:43:12 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jul 26 10:15:14 2018 -0700 |
tree | 2038ec6b22a8ddd7198fea7c1518d0125f4c3966 | |
parent | e021a2e5fc520d930f949f303e7307038e258645 [diff] |
xfs: use internal dfops in cow blocks cancel All callers either explicitly initialize a dfops or pass a transaction with an internal dfops. Drop the hacky old dfops replacement logic and use the one associated with the transaction. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Bill O'Donnell <billodo@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>