]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: simplify xfsaild_resubmit_item
authorChristoph Hellwig <hch@lst.de>
Tue, 31 Dec 2024 06:39:29 +0000 (06:39 +0000)
committerChristoph Hellwig <hch@lst.de>
Sat, 11 Jan 2025 05:21:43 +0000 (06:21 +0100)
commite4cf459cfa13dec9e8a24e7f267d7654b8ad7383
treea98f4e44ca6093efa53670727152c692c55a6cba
parentd471ee35f17410287613760091a61b1df305f3db
xfs: simplify xfsaild_resubmit_item

Since commit acc8f8628c37 ("xfs: attach dquot buffer to dquot log item
buffer") all buf items that use bp->b_li_list are explicitly checked for
in the branch to just clears XFS_LI_FAILED.  Remove the dead arm that
calls xfs_clear_li_failed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
fs/xfs/xfs_trans_ail.c