提交 8efea9e9 编写于 作者: S Sandeep Jain 提交者: 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: NSandeep Jain <sandeepjain.linux@gmail.com>
Acked-by: NOleg Drokin <oleg.drokin@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 4f9bc53f
...@@ -375,7 +375,7 @@ static int config_log_add(struct obd_device *obd, char *logname, ...@@ -375,7 +375,7 @@ static int config_log_add(struct obd_device *obd, char *logname,
return rc; return rc;
} }
DEFINE_MUTEX(llog_process_lock); static DEFINE_MUTEX(llog_process_lock);
/** Stop watching for updates on this log. /** Stop watching for updates on this log.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册