diff options
Diffstat (limited to 'fs/dlm/lock.c')
-rw-r--r-- | fs/dlm/lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index ed52485a86d0..5bac9827ded3 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c | |||
@@ -810,7 +810,7 @@ static int shrink_bucket(struct dlm_ls *ls, int b) | |||
810 | list_for_each_entry_reverse(r, &ls->ls_rsbtbl[b].toss, | 810 | list_for_each_entry_reverse(r, &ls->ls_rsbtbl[b].toss, |
811 | res_hashchain) { | 811 | res_hashchain) { |
812 | if (!time_after_eq(jiffies, r->res_toss_time + | 812 | if (!time_after_eq(jiffies, r->res_toss_time + |
813 | dlm_config.toss_secs * HZ)) | 813 | dlm_config.ci_toss_secs * HZ)) |
814 | continue; | 814 | continue; |
815 | found = 1; | 815 | found = 1; |
816 | break; | 816 | break; |