OSDN Git Service

orangefs: get rid of MSECS_TO_JIFFIES
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 23 Jan 2016 18:17:55 +0000 (13:17 -0500)
committerMike Marshall <hubcap@omnibond.com>
Sat, 23 Jan 2016 20:20:11 +0000 (15:20 -0500)
commit727cbfea623b78d46ce8e0f8c931b5189f3fe2e0
tree43876fa45e56611fd9901f1b943be7438adbc518
parenteab9b38939fae1b7731570478718a5d1b2f28ea9
orangefs: get rid of MSECS_TO_JIFFIES

All timeouts are in _seconds_, so all calls are of form
MSECS_TO_JIFFIES(n * 1000), which is a convoluted way to
spell n * HZ.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/devorangefs-req.c
fs/orangefs/orangefs-bufmap.c
fs/orangefs/orangefs-kernel.h
fs/orangefs/waitqueue.c