lkml.org 
[lkml]   [2002]   [Jan]   [7]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateMon, 7 Jan 2002 08:48:35 +0100
FromJens Axboe <>
SubjectRe: [PATCH] More loop/BIO breakage (ll_rw_blk.c:1359)
On Mon, Jan 07 2002, Zwane Mwaikambo wrote:
> Hi Jens,
> 	Oops reproducible by doing a "mount /dev/fd0 /floppy -o loop".
> Decoded oops at the end.
> 
> loop.c
> static inline void loop_handle_bio(struct loop_device *lo, struct bio
> *bio)
> {
> 	<snip>
> 	} else {
> 		struct bio *rbh = bio->bi_private;
> 
> 		ret = do_bio_blockbacked(lo, bio, rbh);
> 		bio_endio(rbh, !ret, bio_sectors(bio)); <== [1]
> 		loop_put_buffer(bio);
> 	}
> }

Ah excellent, nice work. Applied.

-- 
Jens Axboe

-
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 11:15    [W:0.125 / U:1.190 seconds]
©2003-2008 Jasper Spaans