Re: read perfomance patchset

2006-06-22 Thread Neil Brown
On Monday June 19, [EMAIL PROTECTED] wrote: Neil hello if i am not mistaken here: in first instance of : if(bi) ... ... you return without setting to NULL Yes, you are right. Thanks. And fixing that bug removes the crash. However I've been doing a few tests and

read perfomance patchset

2006-06-19 Thread Raz Ben-Jehuda(caro)
Neil hello if i am not mistaken here: in first instance of : if(bi) ... ... you return without setting to NULL +static struct bio *remove_bio_from_retry(raid5_conf_t *conf) +{ + struct bio *bi; + + bi = conf-retry_read_aligned; + if (bi) { --