diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-12-06 20:38:21 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 08:39:39 -0800 |
commit | 1f370a23f2a3101886953add4bd7f529e3bba016 (patch) | |
tree | 589f22c4a5117d756855af3f0530d747ac17185d /mm/shmem.c | |
parent | fed806f4072badad614699e1d40202e0ffef5c63 (diff) | |
download | op-kernel-dev-1f370a23f2a3101886953add4bd7f529e3bba016.zip op-kernel-dev-1f370a23f2a3101886953add4bd7f529e3bba016.tar.gz |
[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/shmem.c')
-rw-r--r-- | mm/shmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |