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)
commita9eddde6b9020c4fa65283c5dfa9eb19948a0c23
tree9fa4d52449f594fefcddc7eb3ae39e160f1bbbe5
parentda24e7715f0c663156df7c492d73f1346edaff7f
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