From: Adrian Bunk Date: Mon, 7 Nov 2005 09:01:46 +0000 (-0800) Subject: [PATCH] fs/super.c: unexport user_get_super X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=233c1234d36cd6f0a38d524f0655c7eca27113e4;p=linux-beck.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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;