Re: [patchset] Fix mishandling of error/exit patchs in 2.5 --2/3; jffs

Ravikiran G Thirumalai (kiran@in.ibm.com)
Thu, 12 Jun 2003 12:56:29 +0530


--- linux-2.5.70-bk/fs/jffs/intrep.c 2003-06-11 20:49:03.000000000 +0530
+++ bklatest/fs/jffs/intrep.c 2003-06-11 22:21:16.000000000 +0530
@@ -1908,7 +1908,7 @@
}

if ((err = flash_safe_writev(fmc->mtd, node_iovec, iovec_cnt,
- pos) < 0)) {
+ pos)) < 0) {
jffs_fmfree_partly(fmc, fm, 0);
jffs_fm_write_unlock(fmc);
printk(KERN_ERR "JFFS: jffs_write_node: Failed to write, "
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/