mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 08:00:09 +00:00
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: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
351f4fba84
commit
08e4126e1e
@ -17,7 +17,7 @@
|
|||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
|
|
||||||
RADIX_TREE(pids, GFP_ATOMIC);
|
RADIX_TREE(pids, GFP_ATOMIC);
|
||||||
spinlock_t pids_lock;
|
static spinlock_t pids_lock;
|
||||||
struct last_io_info last_io;
|
struct last_io_info last_io;
|
||||||
|
|
||||||
static inline void __print_last_io(void)
|
static inline void __print_last_io(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user