]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove bmap block allocation retries
authorChristoph Hellwig <hch@lst.de>
Tue, 11 Apr 2017 23:45:57 +0000 (16:45 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Apr 2017 16:40:40 +0000 (09:40 -0700)
commit36104e5ed1b826fc715e1af52543fc6b1b42b575
tree8098d6698f0bec9eeb8a99856599262d3dcdbf53
parentf969d1ff28e37e3cc163b0bc7be0a55f1d97ac47
xfs: remove bmap block allocation retries

Now that reflink operations don't set the firstblock value we don't
need the workarounds for non-NULL firstblock values without a prior
allocation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_bmap_btree.c