]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gfs2: wait for withdraw earlier during unmount
authorAndreas Gruenbacher <agruenba@redhat.com>
Sun, 5 Apr 2026 22:25:42 +0000 (00:25 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 7 Apr 2026 20:20:00 +0000 (22:20 +0200)
commitf458aafc5c2174407c46ea1aaec03a3a79957887
tree8b3adef38de77e595b75ca2677862681b6d99597
parentb89e487bfcbc172e686a547fec4bc4072035a73b
gfs2: wait for withdraw earlier during unmount

During an unmount, wait for potential withdraw to complete before calling
gfs2_make_fs_ro().  This will allow gfs2_make_fs_ro() to skip much of its work.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/super.c