]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/isofs/isofs.h
[PATCH] mark struct inode_operations const 2
[net-next-2.6.git] / fs / isofs / isofs.h
index e6308c8b57359e728be75de3e23d9e1b2cb974fb..efe2872cd4e3179067073e98ac6a296776c38117 100644 (file)
@@ -174,7 +174,7 @@ isofs_normalize_block_and_offset(struct iso_directory_record* de,
        }
 }
 
-extern struct inode_operations isofs_dir_inode_operations;
+extern const struct inode_operations isofs_dir_inode_operations;
 extern const struct file_operations isofs_dir_operations;
 extern const struct address_space_operations isofs_symlink_aops;
 extern struct export_operations isofs_export_ops;