]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: add command_lock support 36204/head
authorXiubo Li <xiubli@redhat.com>
Thu, 24 Sep 2020 06:27:34 +0000 (14:27 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 20 Oct 2020 12:14:49 +0000 (08:14 -0400)
commitde093c61ac9734fd3e9f06ff1760adf1e63ef40d
tree19a4e3afaed075d2ce4221fe71c719a76d47b303
parentb835cad14d031faefad2ceb1651de9be49134f65
client: add command_lock support

The Client::command_table member could get rid of the client_lock.
And this could make the client have a higher concurrency.

Fixes: https://tracker.ceph.com/issues/46620
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/client/Client.cc
src/client/Client.h