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

Commit d246ab30 authored by Tao Ma's avatar Tao Ma Committed by Joel Becker
Browse files

ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define.



Actually ocfs2_sysfile_cluster_lock_key is only used if we enable
CONFIG_DEBUG_LOCK_ALLOC. Wrap it so that we can avoid a building
warning.
fs/ocfs2/sysfile.c:53: warning: ‘ocfs2_sysfile_cluster_lock_key’
defined but not used

Signed-off-by: default avatarTao Ma <tao.ma@oracle.com>
Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
parent cb25797d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,7 +50,9 @@ static inline int is_in_system_inode_array(struct ocfs2_super *osb,
					   int type,
					   u32 slot);

#ifdef CONFIG_DEBUG_LOCK_ALLOC
static struct lock_class_key ocfs2_sysfile_cluster_lock_key[NUM_SYSTEM_INODES];
#endif

static inline int is_global_system_inode(int type)
{