Re: [PATCH 6/6] ext2 balloc: use io_error label

2006-11-28 Thread Mingming Cao
On Tue, 2006-11-28 at 17:44 +, Hugh Dickins wrote: > ext2_new_blocks has a nice io_error label for setting -EIO, > so goto that in the one place that doesn't already use it. > > Signed-off-by: Hugh Dickins <[EMAIL PROTECTED]> > --- > Acked, Mingming > fs/ext2/balloc.c |7 +++ > 1

[PATCH 6/6] ext2 balloc: use io_error label

2006-11-28 Thread Hugh Dickins
ext2_new_blocks has a nice io_error label for setting -EIO, so goto that in the one place that doesn't already use it. Signed-off-by: Hugh Dickins <[EMAIL PROTECTED]> --- fs/ext2/balloc.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) --- 2.6.19-rc6-mm2/fs/ext2/balloc.c 200