]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/jffs2/symlink.c
[PATCH] mark struct inode_operations const 2
[mirror_ubuntu-zesty-kernel.git] / fs / jffs2 / symlink.c
index b90d5aa3d96972a14fbd144c933cd894a4df69ca..7e4882c8a7ed2418de322a49952b9f5df8bcf10c 100644 (file)
@@ -20,7 +20,7 @@
 
 static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd);
 
-struct inode_operations jffs2_symlink_inode_operations =
+const struct inode_operations jffs2_symlink_inode_operations =
 {
        .readlink =     generic_readlink,
        .follow_link =  jffs2_follow_link,