[PATCH] mark address_space_operations const
[deliverable/linux.git] / fs / afs / file.c
index 7bb716887e29b6029ea058d2c206502d1ad5605c..67d6634101fdcc81e75787c87d8084f5c13256c9 100644 (file)
@@ -35,7 +35,7 @@ struct inode_operations afs_file_inode_operations = {
        .getattr        = afs_inode_getattr,
 };
 
-struct address_space_operations afs_fs_aops = {
+const struct address_space_operations afs_fs_aops = {
        .readpage       = afs_file_readpage,
        .sync_page      = block_sync_page,
        .set_page_dirty = __set_page_dirty_nobuffers,
This page took 0.026024 seconds and 5 git commands to generate.