Re: [PATCH 1/2] block/xen-blkfront: Introduce blkif_ring_get_request

2015-10-05 Thread Roger Pau Monné
El 11/09/15 a les 21.31, Julien Grall ha escrit: > The code to get a request is always the same. Therefore we can factorize > it in a single function. > > Signed-off-by: Julien Grall Acked-by: Roger Pau Monné -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

[PATCH 1/2] block/xen-blkfront: Introduce blkif_ring_get_request

2015-09-11 Thread Julien Grall
The code to get a request is always the same. Therefore we can factorize it in a single function. Signed-off-by: Julien Grall --- Cc: Konrad Rzeszutek Wilk Cc: "Roger Pau Monné" Cc: Boris Ostrovsky Cc: David Vrabel --- drivers/block/xen-blkfront.c | 30 +++--- 1 file