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:
fed806f
)
[PATCH] make mm/shmem.c:shmem_xattr_security_handler static
author
Adrian Bunk
<bunk@stusta.de>
Thu, 7 Dec 2006 04:38:21 +0000
(20:38 -0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:39 +0000
(08:39 -0800)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/shmem.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/shmem.c
b/mm/shmem.c
index bdaecfdaabd4676a61263ad1cb21d26a00f80b49..007653680a75d3885f128e05356d68ae1cc5266a 100644
(file)
--- a/
mm/shmem.c
+++ b/
mm/shmem.c
@@
-1943,7
+1943,7
@@
static int shmem_xattr_security_set(struct inode *inode, const char *name,
return security_inode_setsecurity(inode, name, value, size, flags);
}
-struct xattr_handler shmem_xattr_security_handler = {
+st
atic st
ruct xattr_handler shmem_xattr_security_handler = {
.prefix = XATTR_SECURITY_PREFIX,
.list = shmem_xattr_security_list,
.get = shmem_xattr_security_get,