diff options
-rw-r--r-- | fs/ubifs/xattr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/xattr.c b/fs/ubifs/xattr.c index adafcf556531..7998cc378250 100644 --- a/fs/ubifs/xattr.c +++ b/fs/ubifs/xattr.c | |||
@@ -78,9 +78,9 @@ enum { | |||
78 | SECURITY_XATTR, | 78 | SECURITY_XATTR, |
79 | }; | 79 | }; |
80 | 80 | ||
81 | static struct inode_operations none_inode_operations; | 81 | static const struct inode_operations none_inode_operations; |
82 | static struct address_space_operations none_address_operations; | 82 | static struct address_space_operations none_address_operations; |
83 | static struct file_operations none_file_operations; | 83 | static const struct file_operations none_file_operations; |
84 | 84 | ||
85 | /** | 85 | /** |
86 | * create_xattr - create an extended attribute. | 86 | * create_xattr - create an extended attribute. |