summaryrefslogtreecommitdiffstats
path: root/fs/super.c
diff options
context:
space:
mode:
authorAdrian Bunk2005-11-07 10:01:46 +0100
committerLinus Torvalds2005-11-07 16:54:09 +0100
commit233c1234d36cd6f0a38d524f0655c7eca27113e4 (patch)
treea0f99d601c7a4a249ece6212c21a51faf95da1ad /fs/super.c
parent[PATCH] sound/oss/sequencer_syms: unexport reprogram_timer (diff)
downloadkernel-qcow2-linux-233c1234d36cd6f0a38d524f0655c7eca27113e4.tar.gz
kernel-qcow2-linux-233c1234d36cd6f0a38d524f0655c7eca27113e4.tar.xz
kernel-qcow2-linux-233c1234d36cd6f0a38d524f0655c7eca27113e4.zip
[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>
Diffstat (limited to 'fs/super.c')
-rw-r--r--fs/super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/super.c b/fs/super.c
index f60155ec7780..eed6c3132905 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -474,8 +474,6 @@ rescan:
return NULL;
}
-EXPORT_SYMBOL(user_get_super);
-
asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
{
struct super_block *s;