commit | bc534d86be71aaf8dfac46131420ab1c47387d42 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@dreamhost.com> | Sun Jan 29 13:57:44 2012 -0600 |
committer | Alex Elder <elder@dreamhost.com> | Thu Mar 22 10:47:47 2012 -0500 |
tree | 196d43864c2c1033b30d4ae03cb946793cf29b19 | |
parent | d97081b0c7bdb55371994cc6690217bf393eb63e [diff] |
rbd: move ctl_mutex lock inside rbd_client_create() Since rbd_client_create() is only called in one place, move the acquisition of the mutex around that call inside that function. Signed-off-by: Alex Elder <elder@dreamhost.com> Signed-off-by: Sage Weil <sage@newdream.net>