commit | 4847acf868bb426455c8b703c80ed5fc5e2ee556 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:27 2016 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 04 11:05:44 2016 -0700 |
tree | 93ea499a11e3cbeee6b05d24a12f2bab2559e2b9 | |
parent | f65306ea5246ef3ff68a6abf85f5a73a04903366 [diff] |
xfs: pass bmapi flags through to bmap_del_extent Pass BMAPI_ flags from bunmapi into bmap_del_extent and extend BMAPI_REMAP (which means "don't touch the allocator or the quota accounting") to apply to bunmapi as well. This will be used to implement the unmap operation, which will be used by swapext. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>