commit | 7567c148835f7ac16edf662d65816640cf8e20bb | [log] [tgz] |
---|---|---|
author | Xue jiufei <xuejiufei@huawei.com> | Wed Aug 06 16:03:56 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 06 18:01:13 2014 -0700 |
tree | e3bfd6110b5df38c2b5dbb0080a787107a6bfc17 | |
parent | 981035b47d7da8ba7c153ed431bf515f593853d8 [diff] |
ocfs2: remove conversion of total_backoff in dlm_join_domain() The unit of total_backoff is msecs not jiffies, so no need to do the conversion. Otherwise, the join timeout is not 90 sec. Signed-off-by: Yiwen Jiang <jiangyiwen@huawei.com> Signed-off-by: joyce.xue <xuejiufei@huawei.com> Cc: Mark Fasheh <mfasheh@suse.com> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>