mtd/fs/jffs2 super.c,1.87,1.88 super-v24.c,1.73,1.74

David Woodhouse dwmw2 at infradead.org
Sat Oct 4 04:58:45 EDT 2003


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

Modified Files:
	super.c super-v24.c 
Log Message:
Print whether we have NAND support

Index: super.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/super.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- super.c	4 Oct 2003 08:33:07 -0000	1.87
+++ super.c	4 Oct 2003 08:58:42 -0000	1.88
@@ -288,7 +288,11 @@
 {
 	int ret;
 
-	printk(KERN_INFO "JFFS2 version 2.2. (C) 2001-2003 Red Hat, Inc.\n");
+	printk(KERN_INFO "JFFS2 version 2.2."
+#ifdef CONFIG_FS_JFFS2_NAND
+	       " (NAND)"
+#endif
+	       " (C) 2001-2003 Red Hat, Inc.\n");
 
 	jffs2_inode_cachep = kmem_cache_create("jffs2_i",
 					     sizeof(struct jffs2_inode_info),

Index: super-v24.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/super-v24.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- super-v24.c	4 Oct 2003 08:33:07 -0000	1.73
+++ super-v24.c	4 Oct 2003 08:58:42 -0000	1.74
@@ -104,7 +104,11 @@
 {
 	int ret;
 
-	printk(KERN_INFO "JFFS2 version 2.2. (C) 2001-2003 Red Hat, Inc.\n");
+	printk(KERN_INFO "JFFS2 version 2.2."
+#ifdef CONFIG_FS_JFFS2_NAND
+	       " (NAND)"
+#endif
+	       " (C) 2001-2003 Red Hat, Inc.\n");
 
 #ifdef JFFS2_OUT_OF_KERNEL
 	/* sanity checks. Could we do these at compile time? */




More information about the linux-mtd-cvs mailing list