commit | fcb762f5de2e534ab47b5f034fe484c2b25b4d51 | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Wed May 09 08:45:04 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu May 10 08:56:46 2018 -0700 |
tree | 2f8ff2257d0939652cee00e0f801ab559dd48c41 | |
parent | e6631f85546c8ff8842f62c73be44ff502d4287a [diff] |
xfs: add bmapi nodiscard flag Freed extents are unconditionally discarded when online discard is enabled. Define XFS_BMAPI_NODISCARD to allow callers to bypass discards when unnecessary. For example, this will be useful for eofblocks trimming. This patch does not change behavior. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>