]> git.baikalelectronics.ru Git - kernel.git/commit
staging/lustre/ptlrpc: Fix ENABLE_PINGER ifdef
authorOleg Drokin <green@linuxhacker.ru>
Fri, 26 Feb 2016 06:50:13 +0000 (01:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Mar 2016 03:17:41 +0000 (19:17 -0800)
commit7a2521f570edd26ea95306774ce7134fd19c7bb7
tree9fa4d52449f594fefcddc7eb3ae39e160f1bbbe5
parent80d1c42f3b691a3c5dab53e2d63114228d8721a2
staging/lustre/ptlrpc: Fix ENABLE_PINGER ifdef

As it is ENABLE_PINGER is never defined, but in reality
it's the code that is now compiled out that should be used
since all other instances were converted like that too.

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