summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2020-12-03 08:51:41 -0500
committerAndreas Gruenbacher <agruenba@redhat.com>2020-12-03 17:04:41 +0100
commit6e5c4ea37a99e5b97aba227fc43f3682d4bc0496 (patch)
tree9d6140f0271efcc338ed9ac3fce53831d765e927 /MAINTAINERS
parentdd64fe8167ba4cbda343f0a40c5a7c2143d48866 (diff)
downloadlinux-6e5c4ea37a99e5b97aba227fc43f3682d4bc0496.tar.bz2
gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs only
Function signal_our_withdraw needs to work on file systems that have been partially frozen. To do this, it called flush_workqueue(gfs2_freeze_wq). This this wrong because it waits for *ALL* file systems to be unfrozen, not just the one we're withdrawing from. It should only wait for the targetted file system to be unfrozen. Otherwise it would wait until ALL file systems are thawed before signaling the withdraw. This patch changes signal_our_withdraw so it calls flush_work() for the target file system's freeze work (only) to be completed. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions