From: Alex Elder Date: Thu, 11 Oct 2012 01:59:29 +0000 (-0700) Subject: rbd: kill rbd_req_{read,write}() X-Git-Tag: v3.8-rc1~21^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f4042c05b6a1a638ccab3f0cabdb84993803a2;p=pandora-kernel.git rbd: kill rbd_req_{read,write}() Both rbd_req_read() and rbd_req_write() are simple wrapper routines for rbd_do_op(), and each is only called once. Replace each wrapper call with a direct call to rbd_do_op(), and get rid of the wrapper functions. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed