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
- Previous message: mtd/fs/jffs2 LICENCE,1.1,1.2 background.c,1.41,1.42
build.c,1.48,1.49 compr.c,1.26,1.27 compr_rtime.c,1.10,1.11
compr_zlib.c,1.23,1.24 dir.c,1.80,1.81 erase.c,1.51,1.52
file.c,1.92,1.93 fs.c,1.28,1.29 gc.c,1.107,1.108 ioctl.c,1.6,1.7
malloc.c,1.24,1.25 nodelist.c,1.79,1.80 nodelist.h,1.101,1.102
nodemgmt.c,1.99,1.100 os-linux.h,1.32,1.33 pushpull.h,1.8,1.9
read.c,1.33,1.34 readinode.c,1.106,1.107 scan.c,1.101,1.102
super-v24.c,1.72,1.73 super.c,1.86,1.87 symlink.c,1.11,1.12
wbuf.c,1.48,1.49 write.c,1.73,1.74 writev.c,1.3,1.4
- Next message: mtd/drivers/mtd/chips cfi_cmdset_0002.c,1.83,1.84
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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? */
- Previous message: mtd/fs/jffs2 LICENCE,1.1,1.2 background.c,1.41,1.42
build.c,1.48,1.49 compr.c,1.26,1.27 compr_rtime.c,1.10,1.11
compr_zlib.c,1.23,1.24 dir.c,1.80,1.81 erase.c,1.51,1.52
file.c,1.92,1.93 fs.c,1.28,1.29 gc.c,1.107,1.108 ioctl.c,1.6,1.7
malloc.c,1.24,1.25 nodelist.c,1.79,1.80 nodelist.h,1.101,1.102
nodemgmt.c,1.99,1.100 os-linux.h,1.32,1.33 pushpull.h,1.8,1.9
read.c,1.33,1.34 readinode.c,1.106,1.107 scan.c,1.101,1.102
super-v24.c,1.72,1.73 super.c,1.86,1.87 symlink.c,1.11,1.12
wbuf.c,1.48,1.49 write.c,1.73,1.74 writev.c,1.3,1.4
- Next message: mtd/drivers/mtd/chips cfi_cmdset_0002.c,1.83,1.84
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list