diff --git a/[refs] b/[refs] index b1cc14ea327a..cf0a0533d7dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 887ee17117fd23e962332b353d250ac9e090b20f +refs/heads/master: 8c6866b071cb242584df287dbd342e5815e8407f diff --git a/trunk/fs/ubifs/xattr.c b/trunk/fs/ubifs/xattr.c index adafcf556531..7998cc378250 100644 --- a/trunk/fs/ubifs/xattr.c +++ b/trunk/fs/ubifs/xattr.c @@ -78,9 +78,9 @@ enum { SECURITY_XATTR, }; -static struct inode_operations none_inode_operations; +static const struct inode_operations none_inode_operations; static struct address_space_operations none_address_operations; -static struct file_operations none_file_operations; +static const struct file_operations none_file_operations; /** * create_xattr - create an extended attribute.