[PATCH] mark struct inode_operations const 1
[safe/jmp/linux-2.6] / fs / affs / file.c
index 05b5e22..4aa8079 100644 (file)
@@ -38,7 +38,7 @@ const struct file_operations affs_file_operations = {
        .sendfile       = generic_file_sendfile,
 };
 
-struct inode_operations affs_file_inode_operations = {
+const struct inode_operations affs_file_inode_operations = {
        .truncate       = affs_truncate,
        .setattr        = affs_notify_change,
 };