Re: [PATCH REPOST 1/2] rbd: encapsulate handling for a single request

2013-01-15 Thread Josh Durgin
On 01/03/2013 02:43 PM, Alex Elder wrote: In rbd_rq_fn(), requests are fetched from the block layer and each request is processed, looping through the request's list of bio's until they've all been consumed. Separate the handling for a single request into its own function to make it a bit

[PATCH REPOST 1/2] rbd: encapsulate handling for a single request

2013-01-03 Thread Alex Elder
In rbd_rq_fn(), requests are fetched from the block layer and each request is processed, looping through the request's list of bio's until they've all been consumed. Separate the handling for a single request into its own function to make it a bit easier to see what's going on. Signed-off-by: