[PATCH] fs/inode.c: make iprune_mutex static
There's no reason for iprune_mutex being global. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
ca5734db60
commit
bdfc326614
@@ -91,7 +91,7 @@ DEFINE_SPINLOCK(inode_lock);
|
||||
* from its final dispose_list, the struct super_block they refer to
|
||||
* (for inode->i_sb->s_op) may already have been freed and reused.
|
||||
*/
|
||||
DEFINE_MUTEX(iprune_mutex);
|
||||
static DEFINE_MUTEX(iprune_mutex);
|
||||
|
||||
/*
|
||||
* Statistics gathering..
|
||||
|
Reference in New Issue
Block a user