]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: remove useless Lx cap check
authorXiubo Li <xiubli@redhat.com>
Thu, 30 Dec 2021 07:03:35 +0000 (15:03 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 13 Jan 2022 12:46:17 +0000 (20:46 +0800)
commit422ac142de8f7a3a7e2a2c44d215bc1d539cdb24
tree467bc3573c0115fbe003d6a710eaa823318325f4
parentb52f86c8a522949ad481721563a8e38fe99830fb
client: remove useless Lx cap check

Once here the new_caps must have the 'Ls' caps, the extra check
for 'Lsx' makes no sense.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/client/Client.cc