]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: remove conversion of total_backoff in dlm_join_domain()
authorXue jiufei <xuejiufei@huawei.com>
Thu, 26 Jun 2014 00:42:22 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 26 Jun 2014 00:42:22 +0000 (10:42 +1000)
commit931f878e69365bf157625bda7d05cb67b9ecc54b
treeebb2552e4991a09be9a9eef93fab5cd212b6adbb
parent83b20391f0bc25f9f9dd91f98c55ab6cd6efddc7
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>
fs/ocfs2/dlm/dlmdomain.c