commit | 9f3afb57d5f1e7145986132106c6ca91f8136cc2 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:28 2016 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 04 11:05:44 2016 -0700 |
tree | 37792cc32fef4ac1dfdb40049bd041f8259f2dda | |
parent | 4847acf868bb426455c8b703c80ed5fc5e2ee556 [diff] |
xfs: implement deferred bmbt map/unmap operations Implement deferred versions of the inode block map/unmap functions. These will be used in subsequent patches to make reflink operations atomic. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>