search for: bk6_fix

Displaying 1 result from an estimated 1 matches for "bk6_fix".

Did you mean: bk2_fix
2005 Jan 04
0
[PATCH] BUG on error handlings in Ext3 under I/O failure condition
...ges of the kernel notified SCSI I/O error. By applying following modifications, the above problem was solved. Please consider applying this patch to the mainline kernels. Signed-off-by: Hisashi Hifumi <hifumi.hisashi at lab.ntt.co.jp> diff -Nru linux-2.6.10-bk6/fs/buffer.c linux-2.6.10-bk6_fix/fs/buffer.c --- linux-2.6.10-bk6/fs/buffer.c 2004-12-25 06:34:58.000000000 +0900 +++ linux-2.6.10-bk6_fix/fs/buffer.c 2005-01-04 19:58:48.000000000 +0900 @@ -311,10 +311,10 @@ { struct inode * inode = dentry->d_inode; struct super_block * sb; - int ret; + int ret, err; /* sync the in...