ceph: use msecs_to_jiffies for time conversion
authorNicholas Mc Guire <hofrat@osadl.org>
Fri, 6 Feb 2015 11:52:17 +0000 (06:52 -0500)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 20 Apr 2015 14:30:22 +0000 (17:30 +0300)
This is only an API consolidation and should make things more readable
it replaces var * HZ / 1000 by msecs_to_jiffies(var).

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/mds_client.c

Simple merge