]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: simplify xfsaild_resubmit_item
authorChristoph Hellwig <hch@lst.de>
Mon, 13 Jan 2025 14:12:17 +0000 (15:12 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 14 Jan 2025 10:38:15 +0000 (11:38 +0100)
commit46eba93d4f582dce63dfdf506a6f2edf8f1787c8
tree8e0d326545889c474d10de53c43f1430c6f0abcf
parent819f29cc7be6a9d949e017ca3f5ccc772a80daef
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>
Acked-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_trans_ail.c