]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: remove duplicate asserts in xfs_defer_extent_free
authorChristoph Hellwig <hch@lst.de>
Wed, 3 Jul 2024 21:21:39 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:07 +0000 (15:49 -0700)
commit10cb3fc80b80a5d55c5231a068ed55d65cabc54c
tree527b2debcbc2a473ba3a01e84420cabeb38d2451
parent473d740a1476af68b62f071f8b4d33a592b43012
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