]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - fs/freevxfs/vxfs_immed.c
[PATCH] mark address_space_operations const
[linux-2.6.git] / fs / freevxfs / vxfs_immed.c
index 6f5df1700e9506b230d973ec0b88b546bd98805b..4e25f3fbed86c71d7a92722ea00bfbb82711860f 100644 (file)
@@ -56,7 +56,7 @@ struct inode_operations vxfs_immed_symlink_iops = {
 /*
  * Adress space operations for immed files and directories.
  */
-struct address_space_operations vxfs_immed_aops = {
+const struct address_space_operations vxfs_immed_aops = {
        .readpage =             vxfs_immed_readpage,
 };