Re: [PATCH 2/4] rbd: consolidate rbd_dev init in rbd_add()

2012-10-31 Thread Josh Durgin
Reviewed-by: Josh Durgin On 10/30/2012 02:14 PM, Alex Elder wrote: Group the allocation and initialization of fields of the rbd device structure created in rbd_add(). Move the grouped code down later in the function, just prior to the call to rbd_dev_probe(). This is for the most part simple

[PATCH 2/4] rbd: consolidate rbd_dev init in rbd_add()

2012-10-30 Thread Alex Elder
Group the allocation and initialization of fields of the rbd device structure created in rbd_add(). Move the grouped code down later in the function, just prior to the call to rbd_dev_probe(). This is for the most part simple code movement. Signed-off-by: Alex Elder --- drivers/block/rbd.c |