[CIFS] Fix compile error when CONFIG_CIFS_EXPERIMENTAL is undefined
[powerpc.git] / fs / jffs2 / dir.c
index a7bf9cb..8bc7a50 100644 (file)
@@ -37,7 +37,7 @@ static int jffs2_mknod (struct inode *,struct dentry *,int,dev_t);
 static int jffs2_rename (struct inode *, struct dentry *,
                         struct inode *, struct dentry *);
 
-struct file_operations jffs2_dir_operations =
+const struct file_operations jffs2_dir_operations =
 {
        .read =         generic_read_dir,
        .readdir =      jffs2_readdir,