[PATCH] mark struct inode_operations const 3
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_iops.h
index ad6173da567813c428ce5c159f180faedf61a097..95a69398fce03b572c53b69ea05123844a62c4ef 100644 (file)
@@ -18,9 +18,9 @@
 #ifndef __XFS_IOPS_H__
 #define __XFS_IOPS_H__
 
-extern struct inode_operations xfs_inode_operations;
-extern struct inode_operations xfs_dir_inode_operations;
-extern struct inode_operations xfs_symlink_inode_operations;
+extern const struct inode_operations xfs_inode_operations;
+extern const struct inode_operations xfs_dir_inode_operations;
+extern const struct inode_operations xfs_symlink_inode_operations;
 
 extern const struct file_operations xfs_file_operations;
 extern const struct file_operations xfs_dir_file_operations;
This page took 0.024752 seconds and 5 git commands to generate.