提交 08e4126e 编写于 作者: K kbuild test robot 提交者: Jaegeuk Kim

f2fs: pids_lock can be static

fs/f2fs/trace.c:19:12: sparse: symbol 'pids_lock' was not declared. Should it be static?
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
上级 351f4fba
......@@ -17,7 +17,7 @@
#include "trace.h"
RADIX_TREE(pids, GFP_ATOMIC);
spinlock_t pids_lock;
static spinlock_t pids_lock;
struct last_io_info last_io;
static inline void __print_last_io(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册