]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ntfs/file.c
Merge branch 'master' into 83xx
[mv-sheeva.git] / fs / ntfs / file.c
index 076c9420c257dc6d0e8842135d7a87f6dcc74a61..d69c4595ccd0755611c2a0409d00e001a6e2b389 100644 (file)
@@ -2328,7 +2328,7 @@ const struct file_operations ntfs_file_ops = {
                                                    the data source. */
 };
 
-struct inode_operations ntfs_file_inode_ops = {
+const struct inode_operations ntfs_file_inode_ops = {
 #ifdef NTFS_RW
        .truncate       = ntfs_truncate_vfs,
        .setattr        = ntfs_setattr,
@@ -2337,4 +2337,4 @@ struct inode_operations ntfs_file_inode_ops = {
 
 const struct file_operations ntfs_empty_file_ops = {};
 
-struct inode_operations ntfs_empty_inode_ops = {};
+const struct inode_operations ntfs_empty_inode_ops = {};