mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 14:52:32 +00:00
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>
This commit is contained in:
parent
4f9bc53fdc
commit
8efea9e9b7
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user