]> err.no Git - linux-2.6/blobdiff - fs/affs/affs.h
[PATCH] mark struct inode_operations const 1
[linux-2.6] / fs / affs / affs.h
index 1dc8438ef389591a4dc79ce9545e444189f19e79..7db2d287e9f39576c1d18d595988ddc87eb51843 100644 (file)
@@ -188,9 +188,9 @@ extern void   affs_dir_truncate(struct inode *);
 
 /* jump tables */
 
-extern struct inode_operations  affs_file_inode_operations;
-extern struct inode_operations  affs_dir_inode_operations;
-extern struct inode_operations   affs_symlink_inode_operations;
+extern const struct inode_operations    affs_file_inode_operations;
+extern const struct inode_operations    affs_dir_inode_operations;
+extern const struct inode_operations   affs_symlink_inode_operations;
 extern const struct file_operations     affs_file_operations;
 extern const struct file_operations     affs_file_operations_ofs;
 extern const struct file_operations     affs_dir_operations;