]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: remove duplicate asserts in xfs_defer_extent_free
authorChristoph Hellwig <hch@lst.de>
Tue, 9 Jan 2024 17:40:09 +0000 (09:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:42 +0000 (17:21 -0700)
commit86b6bacae27121cf93adb8bb068e608c105b4c7c
tree3b65709782345a3f11de068feb77ab63cfc9b555
parent010157985b7dc38599db46053c6711e7f25d91bc
xfs: remove duplicate asserts in xfs_defer_extent_free

The bno/len verification is already done by the calls to
xfs_verify_rtbext / xfs_verify_fsbext, and reporting a corruption error
seem like the better handling than tripping an assert anyway.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_alloc.c