[Armadeus-commitlog] SF.net SVN: armadeus:[1076] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <th...@us...> - 2009-02-21 18:09:01
|
Revision: 1076
http://armadeus.svn.sourceforge.net/armadeus/?rev=1076&view=rev
Author: thom25
Date: 2009-02-21 18:08:53 +0000 (Sat, 21 Feb 2009)
Log Message:
-----------
[KERNEL] remove debug message
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/300-apf27-armadeus-jffs2_debug.patch
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/300-apf27-armadeus-jffs2_debug.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/300-apf27-armadeus-jffs2_debug.patch 2009-02-21 14:31:02 UTC (rev 1075)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/300-apf27-armadeus-jffs2_debug.patch 2009-02-21 18:08:53 UTC (rev 1076)
@@ -23,6 +23,17 @@
/*
* We believe totlen because the CRC on the node
* _header_ was OK, just the node itself failed.
+@@ -1041,8 +1041,8 @@ static int jffs2_scan_dirent_node(struct
+
+ crc = crc32(0, fd->name, rd->nsize);
+ if (crc != je32_to_cpu(rd->name_crc)) {
+- printk(KERN_NOTICE "jffs2_scan_dirent_node(): Name CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n",
+- ofs, je32_to_cpu(rd->name_crc), crc);
++ D1(printk(KERN_NOTICE "jffs2_scan_dirent_node(): Name CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n",
++ ofs, je32_to_cpu(rd->name_crc), crc));
+ D1(printk(KERN_NOTICE "Name for which CRC failed is (now) '%s', ino #%d\n", fd->name, je32_to_cpu(rd->ino)));
+ jffs2_free_full_dirent(fd);
+ /* FIXME: Why do we believe totlen? */
--- linux-2.6.27.2.ref/fs/jffs2/readinode.c 2008-12-19 14:03:21.000000000 +0100
+++ linux-2.6.27.2/fs/jffs2/readinode.c 2008-12-19 14:03:44.000000000 +0100
@@ -105,7 +105,7 @@ static int check_node_data(struct jffs2_
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|