commit | 13f4042c05b6a1a638ccab3f0cabdb84993803a2 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed Oct 10 18:59:29 2012 -0700 |
committer | Alex Elder <elder@inktank.com> | Fri Oct 26 17:18:08 2012 -0500 |
tree | 4808473c0be6969a69edd78232408bad1d1996b8 | |
parent | be466c1cc36621590ef17b05a6d342dfd33f7280 [diff] |
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 <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>