ia64/xen-unstable
changeset 1400:9d1374c809c5
bitkeeper revision 1.910 (40aa9949BMH-lgtKmu0q79GC0et1kA)
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into labyrinth.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xeno.bk
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into labyrinth.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xeno.bk
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Tue May 18 23:16:25 2004 +0000 (2004-05-18) |
parents | 147dabaf3c25 23b7fa4bf219 |
children | fc1bb7d45e8c |
files | xenolinux-2.4.26-sparse/arch/xen/drivers/blkif/backend/main.c |
line diff
1.1 --- a/xenolinux-2.4.26-sparse/arch/xen/drivers/blkif/backend/main.c Tue May 18 21:06:59 2004 +0000 1.2 +++ b/xenolinux-2.4.26-sparse/arch/xen/drivers/blkif/backend/main.c Tue May 18 23:16:25 2004 +0000 1.3 @@ -176,6 +176,8 @@ static void end_block_io_op(struct buffe 1.4 spin_unlock_irqrestore(&pend_prod_lock, flags); 1.5 maybe_trigger_io_schedule(); 1.6 } 1.7 + 1.8 + kmem_cache_free(buffer_head_cachep, bh); 1.9 } 1.10 1.11