commit | 3563dbdd99603d4339467ddffafe3851aae2e398 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Fri Feb 06 06:52:17 2015 -0500 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Apr 20 17:30:22 2015 +0300 |
tree | 69f192383d59499c057640412882f3883890a733 | |
parent | e1eba3ea02dbd2a4b6be1a5708af31dc9b9aaaa6 [diff] |
ceph: use msecs_to_jiffies for time conversion 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>