]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: don't hold client_lock around objecter init
authorJohn Spray <john.spray@redhat.com>
Thu, 21 Jan 2016 13:24:29 +0000 (13:24 +0000)
committerJohn Spray <john.spray@redhat.com>
Thu, 21 Jan 2016 13:29:11 +0000 (13:29 +0000)
commit448bea4d1fa5d7ceadd71046f95b1c6141e3b218
treeed0af9150bdbb00875c2bdfc85b740fecbc51d83
parent94d1aa26581ced912dc3dfb120a74273453ec732
client: don't hold client_lock around objecter init

Because by doing so we establish a dependency
between client lock and admin socket lock.

Signed-off-by: John Spray <john.spray@redhat.com>
src/client/Client.cc