xfs: don't bring in extents in xfs_bmap_punch_delalloc_range
authorChristoph Hellwig <hch@lst.de>
Sat, 29 Sep 2018 03:47:46 +0000 (13:47 +1000)
committerDave Chinner <david@fromorbit.com>
Sat, 29 Sep 2018 03:47:46 +0000 (13:47 +1000)
commit0065b54119973c9089f8222c1c8f9237ed9787a9
treeb6c53077d1fe10356b92085c9ed912964fb19cd1
parentdf307077916fde42734a49022fc8ed23cc58caa4
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>
fs/xfs/xfs_bmap_util.c