]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jffs2/symlink.c
doc: make doc. for maxcpus= more visible
[linux-2.6-omap-h63xx.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,