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

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
......@@ -375,7 +375,7 @@ static int config_log_add(struct obd_device *obd, char *logname,
return rc;
}
DEFINE_MUTEX(llog_process_lock);
static DEFINE_MUTEX(llog_process_lock);
/** Stop watching for updates on this log.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment