projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59fee5f
)
[PATCH] fs/super.c: unexport user_get_super
author
Adrian Bunk
<bunk@stusta.de>
Mon, 7 Nov 2005 09:01:46 +0000
(
01:01
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:54:09 +0000
(07:54 -0800)
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>
fs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/super.c
b/fs/super.c
index f60155ec778010c6468b432fa60b9ebc96b98495..eed6c3132905bad2cc660e3e04e095acf1d687c4 100644
(file)
--- 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;