projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cccca0
)
[PATCH] fs/open.c: unexport sys_openat
author
Adrian Bunk
<bunk@stusta.de>
Mon, 15 May 2006 16:43:50 +0000
(09:43 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 15 May 2006 18:20:54 +0000
(11:20 -0700)
Remove the unused EXPORT_SYMBOL_GPL(sys_openat).
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/open.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/open.c
b/fs/open.c
index 53ec28c367770d5704ecdb24f7549470cb0ccf6a..317b7c7f38a73aac8cc8f3edc463919dabb2f947 100644
(file)
--- a/
fs/open.c
+++ b/
fs/open.c
@@
-1124,7
+1124,6
@@
asmlinkage long sys_openat(int dfd, const char __user *filename, int flags,
prevent_tail_call(ret);
return ret;
}
-EXPORT_SYMBOL_GPL(sys_openat);
#ifndef __alpha__