Commit 283b7bfb authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] devpts/inode.c: make one struct static

The patch below makes struct devpts_file_inode_operations in fs/devpts/inode.c
static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e3c0df51
......@@ -31,7 +31,7 @@ static struct xattr_handler *devpts_xattr_handlers[] = {
NULL
};
struct inode_operations devpts_file_inode_operations = {
static struct inode_operations devpts_file_inode_operations = {
#ifdef CONFIG_DEVPTS_FS_XATTR
.setxattr = generic_setxattr,
.getxattr = generic_getxattr,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment