staging/lustre: avoid unnecessary timeval conversion
authorArnd Bergmann <arnd@arndb.de>
Sun, 27 Sep 2015 20:45:09 +0000 (16:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 02:03:34 +0000 (04:03 +0200)
commita11ef8ca94cccca98e0d7f23d5145cad71dd62f0
tree059257a7f48b14db1c2f27207d3f4a54ab827efd
parentc8ff18106cf12af944c0c33ada5aa9a0a0e54048
staging/lustre: avoid unnecessary timeval conversion

The lnet_eq_wait_locked tries to wait for time to pass or an event to
wake up the wait queue. The entire logic seems to be a very elaborate
reimplementation of wait_event().

I'm not trying to clean up the entire logic here, but this at least
gets rid of the multi-way conversion between miliseconds, timeval
and jiffies.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/lib-eq.c