diff options
Diffstat (limited to 'fs/gfs2/locking/dlm/mount.c')
-rw-r--r-- | fs/gfs2/locking/dlm/mount.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/gfs2/locking/dlm/mount.c b/fs/gfs2/locking/dlm/mount.c index 0628520a445f..fa31c54c2e67 100644 --- a/fs/gfs2/locking/dlm/mount.c +++ b/fs/gfs2/locking/dlm/mount.c | |||
@@ -22,8 +22,6 @@ static struct gdlm_ls *init_gdlm(lm_callback_t cb, struct gfs2_sbd *sdp, | |||
22 | if (!ls) | 22 | if (!ls) |
23 | return NULL; | 23 | return NULL; |
24 | 24 | ||
25 | ls->drop_locks_count = GDLM_DROP_COUNT; | ||
26 | ls->drop_locks_period = GDLM_DROP_PERIOD; | ||
27 | ls->fscb = cb; | 25 | ls->fscb = cb; |
28 | ls->sdp = sdp; | 26 | ls->sdp = sdp; |
29 | ls->fsflags = flags; | 27 | ls->fsflags = flags; |
@@ -33,7 +31,6 @@ static struct gdlm_ls *init_gdlm(lm_callback_t cb, struct gfs2_sbd *sdp, | |||
33 | INIT_LIST_HEAD(&ls->all_locks); | 31 | INIT_LIST_HEAD(&ls->all_locks); |
34 | init_waitqueue_head(&ls->thread_wait); | 32 | init_waitqueue_head(&ls->thread_wait); |
35 | init_waitqueue_head(&ls->wait_control); | 33 | init_waitqueue_head(&ls->wait_control); |
36 | ls->drop_time = jiffies; | ||
37 | ls->jid = -1; | 34 | ls->jid = -1; |
38 | 35 | ||
39 | strncpy(buf, table_name, 256); | 36 | strncpy(buf, table_name, 256); |