提交 233c1234 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

[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: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 59fee5fa
...@@ -474,8 +474,6 @@ struct super_block * user_get_super(dev_t dev) ...@@ -474,8 +474,6 @@ struct super_block * user_get_super(dev_t dev)
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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册