[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>
This commit is contained in:
parent
59fee5fa41
commit
233c1234d3
1 changed files with 0 additions and 2 deletions
|
@ -474,8 +474,6 @@ struct super_block * user_get_super(dev_t dev)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(user_get_super);
|
||||
|
||||
asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
|
||||
{
|
||||
struct super_block *s;
|
||||
|
|
Loading…
Reference in a new issue