staging: lustre: mgc: make llog_process_lock static
authorSandeep Jain <sandeepjain.linux@gmail.com>
Mon, 5 Dec 2016 02:21:21 +0000 (07:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Dec 2016 09:41:03 +0000 (10:41 +0100)
commit8efea9e9b7714b09cc88947b7d5bff3ab85eeb06
treed17d73f5c84baefb0893a9c2e0c554d587e56cdf
parent4f9bc53fdcaa5048fede01c4c5a760f7d38caaba
staging: lustre: mgc: make llog_process_lock static

Fix following sparse warning.
mgc_request.c:376:1:
warning: symbol 'llog_process_lock' was not declared. Should it be static?

Signed-off-by: Sandeep Jain <sandeepjain.linux@gmail.com>
Acked-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/mgc/mgc_request.c