diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-12-06 23:38:21 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:39 -0500 |
commit | 1f370a23f2a3101886953add4bd7f529e3bba016 (patch) | |
tree | 589f22c4a5117d756855af3f0530d747ac17185d /mm | |
parent | fed806f4072badad614699e1d40202e0ffef5c63 (diff) |
[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>
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, |