|
@@ -78,9 +78,9 @@ enum {
|
|
SECURITY_XATTR,
|
|
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 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.
|
|
* create_xattr - create an extended attribute.
|