Re: [Xen-devel] [PATCH RFC 09/12] xen-blkback: move pending handles list from blkbk to pending_req

2013-02-28 Thread Jan Beulich
>>> On 28.02.13 at 11:28, Roger Pau Monne wrote: > Moving grant ref handles from blkbk to pending_req will allow us to > get rid of the shared blkbk structure. At the expense of (slightly?) higher memory requirements? > --- a/drivers/block/xen-blkback/blkback.c > +++ b/drivers/block/xen-blkback/

[PATCH RFC 09/12] xen-blkback: move pending handles list from blkbk to pending_req

2013-02-28 Thread Roger Pau Monne
Moving grant ref handles from blkbk to pending_req will allow us to get rid of the shared blkbk structure. Signed-off-by: Roger Pau Monné Cc: Konrad Rzeszutek Wilk Cc: xen-de...@lists.xen.org --- drivers/block/xen-blkback/blkback.c | 16 1 files changed, 4 insertions(+), 12 d