Commit 8efea9e9 authored by Sandeep Jain's avatar Sandeep Jain Committed by Greg Kroah-Hartman
Browse files

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: default avatarSandeep Jain <sandeepjain.linux@gmail.com>
Acked-by: default avatarOleg Drokin <oleg.drokin@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4f9bc53f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ out_err:
	return rc;
}

DEFINE_MUTEX(llog_process_lock);
static DEFINE_MUTEX(llog_process_lock);

/** Stop watching for updates on this log.
 */