diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-25 03:06:56 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 08:22:51 -0800 |
commit | bdfc326614b90e7bc47ee4a8fed05988555f0169 (patch) | |
tree | d23575e690979c29c07a4c749e49150fe9aadf65 /include | |
parent | ca5734db60630f7c5564a61a5b9034c1bb369c3d (diff) | |
download | op-kernel-dev-bdfc326614b90e7bc47ee4a8fed05988555f0169.zip op-kernel-dev-bdfc326614b90e7bc47ee4a8fed05988555f0169.tar.gz |
[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 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 215696a..7c75031 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1558,7 +1558,6 @@ extern void destroy_inode(struct inode *); extern struct inode *new_inode(struct super_block *); extern int remove_suid(struct dentry *); extern void remove_dquot_ref(struct super_block *, int, struct list_head *); -extern struct mutex iprune_mutex; extern void __insert_inode_hash(struct inode *, unsigned long hashval); extern void remove_inode_hash(struct inode *); |