Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08e4126e authored by kbuild test robot's avatar kbuild test robot Committed by Jaegeuk Kim
Browse files

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: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 351f4fba
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)