Merge branch 'master' into for_paulus
[linux-drm-fsl-dcu.git] / fs / freevxfs / vxfs_immed.c
index 4e25f3fbed86c71d7a92722ea00bfbb82711860f..24b5a775ff960493a60df4d6c1cb36bdf54010be 100644 (file)
@@ -48,7 +48,7 @@ static int    vxfs_immed_readpage(struct file *, struct page *);
  * Unliked all other operations we do not go through the pagecache,
  * but do all work directly on the inode.
  */
-struct inode_operations vxfs_immed_symlink_iops = {
+const struct inode_operations vxfs_immed_symlink_iops = {
        .readlink =             generic_readlink,
        .follow_link =          vxfs_immed_follow_link,
 };