diff options
Diffstat (limited to 'fs/gfs2/locking/dlm/thread.c')
-rw-r--r-- | fs/gfs2/locking/dlm/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/locking/dlm/thread.c b/fs/gfs2/locking/dlm/thread.c index 6fe669cd334b..3e2edcc2dbf6 100644 --- a/fs/gfs2/locking/dlm/thread.c +++ b/fs/gfs2/locking/dlm/thread.c | |||
@@ -308,7 +308,7 @@ static int gdlm_thread(void *data) | |||
308 | process_blocking(lp, blocking); | 308 | process_blocking(lp, blocking); |
309 | 309 | ||
310 | else if (submit) | 310 | else if (submit) |
311 | gdlm_do_lock(lp, NULL); | 311 | gdlm_do_lock(lp); |
312 | 312 | ||
313 | if (drop) | 313 | if (drop) |
314 | ls->fscb(ls->fsdata, LM_CB_DROPLOCKS, NULL); | 314 | ls->fscb(ls->fsdata, LM_CB_DROPLOCKS, NULL); |