On Mon, Jan 05 2004, Bartlomiej Zolnierkiewicz wrote: > > calling end_request with a null sector count, ide_end_request will then > > take hard_nr_sectors which will end the whole request even if only one > > bio was finished, huh? Am I missing something here? > > No, it is used mainly to fail requests. > > This hack should be later removed with care > (there is some strange comment about locking). IIRC, it's due to it not always being safe to inspect rq state outside of ide_lock. So that makes 0 a magic value that just means 'end the first chunk' for ide_end_request(). -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups:
- Re: Possibly wrong BIO usage in ide_multwriteBartlomiej Zolnierkiewicz
- Possibly wrong BIO usage in ide_multwriteChristophe Saout
- Re: Possibly wrong BIO usage in ide_multwriteBartlomiej Zolnierkiewicz
- Re: Possibly wrong BIO usage in ide_multwriteChristophe Saout
- Re: Possibly wrong BIO usage in ide_multwriteBartlomiej Zolnierkiewicz
- Prev by Date: Re: Possibly wrong BIO usage in ide_multwrite
- Next by Date: Re: Possibly wrong BIO usage in ide_multwrite
- Previous by thread: Re: Possibly wrong BIO usage in ide_multwrite
- Next by thread: Re: Possibly wrong BIO usage in ide_multwrite
- Indexes:[Main][Thread]