commit | 9d3997fdf4c82adfb37a4886a21eaa513ee071b6 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Thu Oct 25 23:34:42 2012 -0500 |
committer | Alex Elder <elder@inktank.com> | Thu Nov 01 07:55:42 2012 -0500 |
tree | 99f40b6a590525dcce9520ca07a622f725f007ed | |
parent | 859c31df9cee9d1e1308b3b024b61355e6a629a5 [diff] |
rbd: don't pass rbd_dev to rbd_get_client() The only reason rbd_dev is passed to rbd_get_client() is so its rbd_client field can get assigned. Instead, just return the rbd_client pointer as a result and have the caller do the assignment. Change rbd_put_client() so it takes an rbd_client structure, so follows the more typical symmetry with rbd_get_client(). Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>