On 4/10/07, Rusty Russell <rusty@xxxxxxxxxxxxxxx> wrote: > > +/* Jens gave me this nice helper to end all chunks of a request. */ > > +static void end_entire_request(struct request *req, int uptodate) > > +{ > > + if (end_that_request_first(req, uptodate, req->hard_nr_sectors)) > > + BUG(); > > + add_disk_randomness(req->rq_disk); > > + blkdev_dequeue_request(req); > > + end_that_request_last(req, uptodate); > > +} On 4/10/07, Pekka Enberg <penberg@xxxxxxxxxxxxxx> wrote: > Perhaps we should move this to generic code (i.e. block/ll_rw_blk.c)? Uhm, I am bit confused now. Why don't you just use end_request() here? _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/virtualization