]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove the duplicated or incorrect respond 44229/head
authorXiubo Li <xiubli@redhat.com>
Tue, 7 Dec 2021 01:49:14 +0000 (09:49 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 4 Jan 2022 02:11:17 +0000 (10:11 +0800)
commitd75164fd60427aa38a144da2587a6c815253993b
tree6cfc065d201eae3e9ad9f5c3529af7e8326f15db
parentf0c8fd73a0190099a60ba56a8c2f6bdc28d8beef
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>
src/mds/Server.cc