ocfs2: remove conversion of total_backoff in dlm_join_domain()
authorXue jiufei <xuejiufei@huawei.com>
Wed, 6 Aug 2014 23:03:56 +0000 (16:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:13 +0000 (18:01 -0700)
commit7567c148835f7ac16edf662d65816640cf8e20bb
treee3bfd6110b5df38c2b5dbb0080a787107a6bfc17
parent981035b47d7da8ba7c153ed431bf515f593853d8
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>
fs/ocfs2/dlm/dlmdomain.c