]> Gentwo Git Trees - linux/.git/commit
gfs2: Kill gfs2_io_error_bh_wd
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Aug 2025 22:08:42 +0000 (00:08 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Nov 2025 23:52:26 +0000 (23:52 +0000)
commitfab27b49305c8cabe9c5bf91a66f8ca4884c1aec
tree8a754e9c11f11fe7c79938dfa6033b1808a39f1c
parent0e2038a90cad0f88806bf9ccc65a9309e920611a
gfs2: Kill gfs2_io_error_bh_wd

All callers of gfs2_io_error_bh() call gfs2_withdraw() as well, so
change gfs2_io_error_bh() to call gfs2_withdraw() directly.  This also
brings it in line with other similar error reporting functions.

With that, gfs2_io_error_bh() is the same as gfs2_io_error_bh_wd(), so
remove the latter.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/log.c
fs/gfs2/lops.c
fs/gfs2/meta_io.c
fs/gfs2/util.c
fs/gfs2/util.h