Re: [PATCH 1/7] lguest: documentation pt I: Preparation

2007-07-23 Thread Rene Herman
On 07/24/2007 03:18 AM, Linus Torvalds wrote: PS. Nothing rhymes with Ballalaba. There once was a woman from Ballalaba who hid kernel bugs in her djellabah. When her husband found out, he objected loud, and got her expelled from the casbah! Rene. __

Re: [patch 8/9] lguest: the block driver

2007-05-10 Thread Rene Herman
On 05/09/2007 12:22 PM, Pekka Enberg wrote: +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); +