staging/lustre: Convert ptlrpc_at_check_timed to void
authorOleg Drokin <green@linuxhacker.ru>
Fri, 26 Feb 2016 06:49:54 +0000 (01:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Mar 2016 03:17:41 +0000 (19:17 -0800)
commit80b6f295c1ee7c4089a43fe5e36174abe0ca0cb4
tree4135a589ea50059c4a2f0bd919727809f44977f6
parentf248a5160fe383626a1b3b996e4bc56fb6d797bd
staging/lustre: Convert ptlrpc_at_check_timed to void

The only caller was not looking at the return value,
and liblustre, that cared about it is not part of the kernel client.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/service.c