From: Xiubo Li Date: Wed, 20 Nov 2019 09:53:29 +0000 (-0500) Subject: mds: remove the incorrect comments X-Git-Tag: v15.1.0~756^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=06dc16250e52e4fccef4e4973c22a75f007753d8;p=ceph.git mds: remove the incorrect comments The kclient will decode most of them since commit(e9e427f0a14f7). Signed-off-by: Xiubo Li --- diff --git a/src/mds/MDSMap.cc b/src/mds/MDSMap.cc index 1cc476f81c21..6d7018dc59a7 100644 --- a/src/mds/MDSMap.cc +++ b/src/mds/MDSMap.cc @@ -656,7 +656,6 @@ void MDSMap::encode(bufferlist& bl, uint64_t features) const encode(data_pools, bl); encode(cas_pool, bl); - // kclient ignores everything from here __u16 ev = 5; encode(ev, bl); encode(compat, bl); @@ -686,7 +685,6 @@ void MDSMap::encode(bufferlist& bl, uint64_t features) const encode(data_pools, bl); encode(cas_pool, bl); - // kclient ignores everything from here __u16 ev = 15; encode(ev, bl); encode(compat, bl);