]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: skip uneccessary caller gid list check
authorXiubo Li <xiubli@redhat.com>
Tue, 7 Nov 2023 05:17:12 +0000 (13:17 +0800)
committerKotresh HR <khiremat@redhat.com>
Wed, 9 Oct 2024 08:01:40 +0000 (13:31 +0530)
commit395dde2c355e480278f620273f6e7de40dc1d9e6
tree42d1729b5adea937a3790413ed51aaa5e159d26c
parentb9465cb9191ac740a81f77fa6259f6f91c36b893
mds: skip uneccessary caller gid list check

Once the caller_gid is matched it will make no sense to do the
following caller gid list check.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit bd3e01926fc472cfddb0b6bb79b822595632b378)
src/mds/MDSAuthCaps.cc