]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Revert "gfs2: Fix use of bio_chain"
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 12 Jan 2026 10:47:35 +0000 (11:47 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 12 Jan 2026 13:58:32 +0000 (14:58 +0100)
commit469d71512d135907bf5ea0972dfab8c420f57848
tree886fe591008930c5baeb8beffea9a669f9f61be8
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
Revert "gfs2: Fix use of bio_chain"

This reverts commit 8a157e0a0aa5143b5d94201508c0ca1bb8cfb941.

That commit incorrectly assumed that the bio_chain() arguments were
swapped in gfs2.  However, gfs2 intentionally constructs bio chains so
that the first bio's bi_end_io callback is invoked when all bios in the
chain have completed, unlike bio chains where the last bio's callback is
invoked.

Fixes: 8a157e0a0aa5 ("gfs2: Fix use of bio_chain")
Cc: stable@vger.kernel.org
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/lops.c