]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: remove the extra buffer reference in xfs_buf_submit
authorChristoph Hellwig <hch@lst.de>
Mon, 13 Jan 2025 14:12:15 +0000 (15:12 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 14 Jan 2025 10:38:15 +0000 (11:38 +0100)
commit6dca5abb3d10e27e919e5344ac07e057f443c318
treedddba99ddf987c0da6590c99f8107ca05a1b6daf
parent5c82a471c2b71357f6319f6ec34d20691969a6ba
xfs: remove the extra buffer reference in xfs_buf_submit

Nothing touches the buffer after it has been submitted now, so the need for
the extra transient reference went away as well.

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_buf.c