summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
diff options
context:
space:
mode:
authorAdrian Bunk2006-03-25 12:06:56 +0100
committerLinus Torvalds2006-03-25 17:22:51 +0100
commitbdfc326614b90e7bc47ee4a8fed05988555f0169 (patch)
treed23575e690979c29c07a4c749e49150fe9aadf65 /fs/inode.c
parent[PATCH] Small cleanup in quota.h (diff)
downloadkernel-qcow2-linux-bdfc326614b90e7bc47ee4a8fed05988555f0169.tar.gz
kernel-qcow2-linux-bdfc326614b90e7bc47ee4a8fed05988555f0169.tar.xz
kernel-qcow2-linux-bdfc326614b90e7bc47ee4a8fed05988555f0169.zip
[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>
Diffstat (limited to 'fs/inode.c')
-rw-r--r--fs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c
index a51c671c54cf..85da11044adc 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -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..