diff options
author | David Teigland <teigland@redhat.com> | 2006-02-23 05:00:56 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-02-23 05:00:56 -0500 |
commit | 8d3b35a4af87965d1873872b21e504558f62116a (patch) | |
tree | e987657a3305a26cd746d4ceb9540178dd74a895 /fs/gfs2/locking/dlm/thread.c | |
parent | 3bcd3687f895f178fa8480a7bcc47a363817354a (diff) |
[DLM] Remove support for range locks (II)
This is the second of two patches removing support for range
locks from the DLM
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
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); |