diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/shmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/shmem.c b/mm/shmem.c index bdaecfdaabd4..007653680a75 100644 --- a/mm/shmem.c +++ b/mm/shmem.c | |||
@@ -1943,7 +1943,7 @@ static int shmem_xattr_security_set(struct inode *inode, const char *name, | |||
1943 | return security_inode_setsecurity(inode, name, value, size, flags); | 1943 | return security_inode_setsecurity(inode, name, value, size, flags); |
1944 | } | 1944 | } |
1945 | 1945 | ||
1946 | struct xattr_handler shmem_xattr_security_handler = { | 1946 | static struct xattr_handler shmem_xattr_security_handler = { |
1947 | .prefix = XATTR_SECURITY_PREFIX, | 1947 | .prefix = XATTR_SECURITY_PREFIX, |
1948 | .list = shmem_xattr_security_list, | 1948 | .list = shmem_xattr_security_list, |
1949 | .get = shmem_xattr_security_get, | 1949 | .get = shmem_xattr_security_get, |