]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/affs/file.c
[PATCH] autofs4: header file update
[linux-2.6-omap-h63xx.git] / fs / affs / file.c
index 05b5e22de759e10513301ac7b441bc4127c3b492..4aa8079e71be8c7c9ffb7f92d88cd1ce852a38af 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,
 };