aboutsummaryrefslogtreecommitdiff
path: root/lib/memory-notifier-error-inject.c
diff options
context:
space:
mode:
authorBob Peterson <[email protected]>2019-11-14 09:53:36 -0500
committerAndreas Gruenbacher <[email protected]>2019-11-14 19:47:05 +0100
commit60528afa78667baf5ffe8e57ccbe77cd024534c5 (patch)
tree5a86896db148d68d05326c5243b4de61578d1e4e /lib/memory-notifier-error-inject.c
parentf155f5e01090beb317698df00629b7af4e18df6b (diff)
gfs2: Don't loop forever in gfs2_freeze if withdrawn
Before this patch, function gfs2_freeze would loop forever if the filesystem it tries to freeze is withdrawn. That's because function gfs2_lock_fs_check_clean tries to enqueue the glock of the journal and the gfs2_glock returns -EIO because you can't enqueue a journaled glock after a withdraw. Move the check for file system withdraw inside the loop so that the loop can end when withdraw occurs. Signed-off-by: Bob Peterson <[email protected]> Signed-off-by: Andreas Gruenbacher <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions