mtd/fs/jffs2 super.c,1.90,1.91 super-v24.c,1.75,1.76

David Woodhouse dwmw2 at infradead.org
Tue Mar 2 03:53:05 EST 2004


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv14603

Modified Files:
	super.c super-v24.c 
Log Message:
Fix typo spotted by ppopov


Index: super.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/super.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- super.c	11 Oct 2003 11:47:23 -0000	1.90
+++ super.c	2 Mar 2004 08:53:02 -0000	1.91
@@ -293,7 +293,7 @@
 	int ret;
 
 	printk(KERN_INFO "JFFS2 version 2.2."
-#ifdef CONFIG_FS_JFFS2_NAND
+#ifdef CONFIG_JFFS2_FS_NAND
 	       " (NAND)"
 #endif
 	       " (C) 2001-2003 Red Hat, Inc.\n");

Index: super-v24.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/super-v24.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- super-v24.c	6 Oct 2003 12:52:29 -0000	1.75
+++ super-v24.c	2 Mar 2004 08:53:02 -0000	1.76
@@ -106,7 +106,7 @@
 	int ret;
 
 	printk(KERN_INFO "JFFS2 version 2.2."
-#ifdef CONFIG_FS_JFFS2_NAND
+#ifdef CONFIG_JFFS2_FS_NAND
 	       " (NAND)"
 #endif
 	       " (C) 2001-2003 Red Hat, Inc.\n");




More information about the linux-mtd-cvs mailing list