From: Adrian Bunk 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 --- fs/super.c | 2 -- 1 files changed, 2 deletions(-) diff -puN fs/super.c~fs-superc-unexport-user_get_super fs/super.c --- 25/fs/super.c~fs-superc-unexport-user_get_super Tue Oct 11 16:24:08 2005 +++ 25-akpm/fs/super.c Tue Oct 11 16:24:08 2005 @@ -476,8 +476,6 @@ rescan: return NULL; } -EXPORT_SYMBOL(user_get_super); - asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf) { struct super_block *s; _