lkml.org 
[lkml]   [2003]   [Jun]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [patchset] Fix mishandling of error/exit patchs in 2.5 --2/3; jffs

--- 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/
\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.024 / U:0.484 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site