Merge branch 'master' into for_paulus
[linux-drm-fsl-dcu.git] / fs / hpfs / file.c
index fb4c8915010a4a99c9daf905f58522026b37895c..b4eafc0f1e54b40007b9831a6661012cfaa0ebe0 100644 (file)
@@ -132,7 +132,7 @@ const struct file_operations hpfs_file_ops =
        .sendfile       = generic_file_sendfile,
 };
 
-struct inode_operations hpfs_file_iops =
+const struct inode_operations hpfs_file_iops =
 {
        .truncate       = hpfs_truncate,
        .setattr        = hpfs_notify_change,