From: Alex Elder Date: Sun, 29 Jan 2012 19:57:44 +0000 (-0600) Subject: rbd: move ctl_mutex lock inside rbd_client_create() X-Git-Tag: v3.4-rc1~76^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc534d86be71aaf8dfac46131420ab1c47387d42;p=pandora-kernel.git 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 Signed-off-by: Sage Weil --- Reading git-diff-tree failed