[PATCH] Make most file operations structs in fs/ const
[linux-2.6-block.git] / fs / hfs / hfs_fs.h
index 18ce47ab1b71f0d27044e3831c69444ccb33740f..3ed8663a8db1ea792d14d0ab9ab6d0821d2521ce 100644 (file)
@@ -169,7 +169,7 @@ extern int hfs_cat_move(u32, struct inode *, struct qstr *,
 extern void hfs_cat_build_key(struct super_block *, btree_key *, u32, struct qstr *);
 
 /* dir.c */
-extern struct file_operations hfs_dir_operations;
+extern const struct file_operations hfs_dir_operations;
 extern struct inode_operations hfs_dir_inode_operations;
 
 /* extent.c */