[PATCH] mark address_space_operations const
[deliverable/linux.git] / fs / jffs2 / file.c
index bb8844f40e48e3ecfd6327496a470ffc7bff6814..3ed6e3e120b602fb814051606dc7fc7f89edc430 100644 (file)
@@ -62,7 +62,7 @@ struct inode_operations jffs2_file_inode_operations =
        .removexattr =  jffs2_removexattr
 };
 
-struct address_space_operations jffs2_file_address_operations =
+const struct address_space_operations jffs2_file_address_operations =
 {
        .readpage =     jffs2_readpage,
        .prepare_write =jffs2_prepare_write,
This page took 0.040491 seconds and 5 git commands to generate.