Browse Source

[PATCH] fs/super.c: unexport user_get_super

There's no modular usage in the kernel and modules shouldn't use this
symbol.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Adrian Bunk 19 years ago
parent
commit
233c1234d3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      fs/super.c

+ 0 - 2
fs/super.c

@@ -474,8 +474,6 @@ rescan:
 	return NULL;
 	return NULL;
 }
 }
 
 
-EXPORT_SYMBOL(user_get_super);
-
 asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
 asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
 {
 {
         struct super_block *s;
         struct super_block *s;