[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / freevxfs / vxfs_extern.h
index 927acf70c591c4b9793fc134912a9dc4363d61ea..1cf1fe8466a2c9f0efbb28e06e3cfe0c4f21c99e 100644 (file)
@@ -63,7 +63,7 @@ extern void                   vxfs_clear_inode(struct inode *);
 
 /* vxfs_lookup.c */
 extern struct inode_operations vxfs_dir_inode_ops;
-extern struct file_operations  vxfs_dir_operations;
+extern const struct file_operations    vxfs_dir_operations;
 
 /* vxfs_olt.c */
 extern int                     vxfs_read_olt(struct super_block *, u_long);
This page took 0.039798 seconds and 5 git commands to generate.