• B
    gfs2: Fix glock recursion in freeze_go_xmote_bh · 9d9b1605
    Bob Peterson 提交于
    We must not call gfs2_consist (which does a file system withdraw) from
    the freeze glock's freeze_go_xmote_bh function because the withdraw
    will try to use the freeze glock, thus causing a glock recursion error.
    
    This patch changes freeze_go_xmote_bh to call function
    gfs2_assert_withdraw_delayed instead of gfs2_consist to avoid recursion.
    Signed-off-by: NBob Peterson <rpeterso@redhat.com>
    9d9b1605
glops.c 21.4 KB