From: Alex Elder Date: Fri, 30 Nov 2012 23:53:04 +0000 (-0600) Subject: rbd: kill rbd_rq_fn() and all other related code X-Git-Tag: v3.9-rc1~41^2~21^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2250a71b591728092db9adcc51629401deb2f9f8;p=pandora-kernel.git rbd: kill rbd_rq_fn() and all other related code Now that the request function has been replaced by one using the new request management data structures the old one can go away. Deleting it makes rbd_dev_do_request() no longer needed, and deleting that makes other functions unneeded, and so on. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed