aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/locking/dlm/thread.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2006-02-23 10:00:56 +0000
committerSteven Whitehouse <swhiteho@redhat.com>2006-02-23 10:00:56 +0000
commit8d3b35a4af87965d1873872b21e504558f62116a (patch)
treee987657a3305a26cd746d4ceb9540178dd74a895 /fs/gfs2/locking/dlm/thread.c
parent3bcd3687f895f178fa8480a7bcc47a363817354a (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/locking/dlm/thread.c b/fs/gfs2/locking/dlm/thread.c
index 6fe669cd334..3e2edcc2dbf 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)
process_blocking(lp, blocking);
else if (submit)
- gdlm_do_lock(lp, NULL);
+ gdlm_do_lock(lp);
if (drop)
ls->fscb(ls->fsdata, LM_CB_DROPLOCKS, NULL);