diff options
Diffstat (limited to 'fs/gfs2/util.c')
| -rw-r--r-- | fs/gfs2/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/util.c b/fs/gfs2/util.c index 4f1db097212a..09fcfc04769b 100644 --- a/fs/gfs2/util.c +++ b/fs/gfs2/util.c @@ -149,7 +149,7 @@ static void do_withdraw(struct gfs2_sbd *sdp) * Dequeue any pending non-system glock holders that can no * longer be granted because the file system is withdrawn. */ - gfs2_gl_dq_holders(sdp); + gfs2_withdraw_glocks(sdp); } gfs2_thaw_freeze_initiator(sdp->sd_vfs); |
