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>
This commit is contained in:
@@ -80,11 +80,6 @@ sizeof(__u64) + sizeof(struct orangefs_upcall_s))
|
||||
#define MAX_DEV_REQ_DOWNSIZE (2 * sizeof(__s32) + \
|
||||
sizeof(__u64) + sizeof(struct orangefs_downcall_s))
|
||||
|
||||
/* borrowed from irda.h */
|
||||
#ifndef MSECS_TO_JIFFIES
|
||||
#define MSECS_TO_JIFFIES(ms) (((ms)*HZ+999)/1000)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* valid orangefs kernel operation states
|
||||
*
|
||||
|
Reference in New Issue
Block a user