]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth/AuthRegistry: fix locking for get_supported_methods()
authorSage Weil <sage@redhat.com>
Mon, 4 Feb 2019 09:51:47 +0000 (03:51 -0600)
committerSage Weil <sage@redhat.com>
Thu, 7 Feb 2019 18:10:34 +0000 (12:10 -0600)
commit7ba8ee2e044ddb57e75acacb36a0ced205897eb0
treeecec0156ca4cca4c860da61c0f54c4011baca19d
parent028f1af996bcfa542767dc379639ef2413a4140f
auth/AuthRegistry: fix locking for get_supported_methods()

The other read-side accessors all consume this method and don't
need their own locking.

Signed-off-by: Sage Weil <sage@redhat.com>
src/auth/AuthRegistry.cc