commit | 0065b54119973c9089f8222c1c8f9237ed9787a9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Sep 29 13:47:46 2018 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Sat Sep 29 13:47:46 2018 +1000 |
tree | b6c53077d1fe10356b92085c9ed912964fb19cd1 | |
parent | df307077916fde42734a49022fc8ed23cc58caa4 [diff] |
xfs: don't bring in extents in xfs_bmap_punch_delalloc_range This function is only used to punch out delayed allocations on I/O failure, which means we need to have read the extents earlier. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Dave Chinner <david@fromorbit.com>