From: Alex Elder Date: Tue, 20 Nov 2012 04:55:21 +0000 (-0600) Subject: rbd: don't assign extent info in rbd_do_request() X-Git-Tag: v3.9-rc1~41^2~21^2~59^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c561191813e232aa52022532751855ff5c9fa319;p=pandora-kernel.git rbd: don't assign extent info in rbd_do_request() In rbd_do_request() there's a sort of last-minute assignment of the extent offset and length and payload length for read and write operations. Move those assignments into the caller (in those spots that might initiate read or write operations) Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed