]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcc98cd8502c2dda441521915202b19260c28025c
treee3bfd6110b5df38c2b5dbb0080a787107a6bfc17
parentba9e91e9b4535ed63b6b4ab9d7047ea187661fb6
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