const: mark remaining address_space_operations const
[safe/jmp/linux-2.6] / fs / omfs / file.c
index d17e774..b707fa5 100644 (file)
@@ -337,7 +337,7 @@ struct inode_operations omfs_file_inops = {
        .truncate = omfs_truncate
 };
 
-struct address_space_operations omfs_aops = {
+const struct address_space_operations omfs_aops = {
        .readpage = omfs_readpage,
        .readpages = omfs_readpages,
        .writepage = omfs_writepage,