]> git.baikalelectronics.ru Git - kernel.git/commit
staging/lustre/ptlrpc: Remove server-specific health checks
authorOleg Drokin <green@linuxhacker.ru>
Tue, 29 Sep 2015 03:43:46 +0000 (23:43 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 13:22:27 +0000 (15:22 +0200)
commitefbcf855f89c986d9a2446572e1766b8424e56d7
treef550f830aafcfd175c3394b1bf1d3e3ac21aa7de
parent81bcae9d71a3a60ae7dc67ef5319be9a83ea76b1
staging/lustre/ptlrpc: Remove server-specific health checks

ptlrpc_service_health_check is only used on a service, so
it makes no point to retain it in the client code.
Also removing it's helpers: ptlrpc_svcpt_health_check and
ptlrpc_nrs_req_peek_nolock

Reported-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/lustre/include/lustre_net.h
drivers/staging/lustre/lustre/ptlrpc/ptlrpc_internal.h
drivers/staging/lustre/lustre/ptlrpc/service.c