[PATCH] mark struct inode_operations const 2
[safe/jmp/linux-2.6] / fs / ocfs2 / namei.h
index 8425944..0975c7b 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef OCFS2_NAMEI_H
 #define OCFS2_NAMEI_H
 
-extern struct inode_operations ocfs2_dir_iops;
+extern const struct inode_operations ocfs2_dir_iops;
 
 struct dentry *ocfs2_get_parent(struct dentry *child);