]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: remove the duplicated or incorrect respond 44623/head
authorXiubo Li <xiubli@redhat.com>
Tue, 7 Dec 2021 01:49:14 +0000 (09:49 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 18 Jan 2022 08:29:45 +0000 (16:29 +0800)
commit39f7429391a8fa7cbcc2019a7ab9e7e0949d02ab
tree00e48b31f2c384e0e45b6a7ac142f6f11ec8c9a2
parent5c4bc70cb4ee967f727e61447e9bcfa0e4b44b80
mds: remove the duplicated or incorrect respond

The try_get_auth_inode() has already responded to the client or
forwarded to auth MDS if returning NULL.

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