mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 23:54:26 +08:00
[PATCH] make mm/shmem.c:shmem_xattr_security_handler static
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
fed806f407
commit
1f370a23f2
@ -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 = {
|
||||
static struct xattr_handler shmem_xattr_security_handler = {
|
||||
.prefix = XATTR_SECURITY_PREFIX,
|
||||
.list = shmem_xattr_security_list,
|
||||
.get = shmem_xattr_security_get,
|
||||
|
Loading…
Reference in New Issue
Block a user