]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove the incorrect comments 31775/head
authorXiubo Li <xiubli@redhat.com>
Wed, 20 Nov 2019 09:53:29 +0000 (04:53 -0500)
committerXiubo Li <xiubli@redhat.com>
Fri, 22 Nov 2019 10:48:17 +0000 (05:48 -0500)
The kclient will decode most of them since commit(e9e427f0a14f7).

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/MDSMap.cc

index 1cc476f81c21e8f141a7b18f1b097a0f831cc7cd..6d7018dc59a7eb6d0a13db2fc3dace24291379d6 100644 (file)
@@ -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);