]> err.no Git - linux-2.6/blobdiff - fs/hfs/inode.c
Pull bugzilla-7897 into release branch
[linux-2.6] / fs / hfs / inode.c
index 5cb7f8fee8d6501d53e8a1931a07feafb502f8c6..fafcba593871889efb1e193e4b818515e40725ca 100644 (file)
@@ -18,7 +18,7 @@
 #include "btree.h"
 
 static const struct file_operations hfs_file_operations;
-static struct inode_operations hfs_file_inode_operations;
+static const struct inode_operations hfs_file_inode_operations;
 
 /*================ Variable-like macros ================*/
 
@@ -612,7 +612,7 @@ static const struct file_operations hfs_file_operations = {
        .release        = hfs_file_release,
 };
 
-static struct inode_operations hfs_file_inode_operations = {
+static const struct inode_operations hfs_file_inode_operations = {
        .lookup         = hfs_file_lookup,
        .truncate       = hfs_file_truncate,
        .setattr        = hfs_inode_setattr,