From: Alex Elder Date: Thu, 8 Nov 2012 14:01:39 +0000 (-0600) Subject: rbd: encapsulate handling for a single request X-Git-Tag: v3.9-rc1~41^2~21^2~59^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8295cda7ceceb7b25f9a12cd21bbfb6206e28a6d;p=pandora-kernel.git rbd: encapsulate handling for a single request 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: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed