diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-07 01:01:46 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 07:54:09 -0800 |
commit | 233c1234d36cd6f0a38d524f0655c7eca27113e4 (patch) | |
tree | a0f99d601c7a4a249ece6212c21a51faf95da1ad /fs/super.c | |
parent | 59fee5fa4162d567c2a3c48bb40f74b94952b545 (diff) | |
download | linux-233c1234d36cd6f0a38d524f0655c7eca27113e4.tar.bz2 |
[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.c | 2 |
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; |