]> 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)
committerXiubo Li <xiubli@redhat.com>
Wed, 8 Nov 2023 01:33:14 +0000 (09:33 +0800)
commitbd3e01926fc472cfddb0b6bb79b822595632b378
treebc687055ffad3d0317e97f11a82c3ac826503666
parentf76333be1a29e9b0b240ee610cf75aaa5a086195
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>
src/mds/MDSAuthCaps.cc