]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: update comment on kclient decoding of MDSMap
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 15 Feb 2024 19:31:47 +0000 (14:31 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 20 Feb 2024 14:59:19 +0000 (09:59 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 427ad7c0f93d374db45b86073f2c7787d2e8cb9a)

src/mds/MDSMap.cc

index 2377147aefff75da10734885af6ebcf1e62fb1c7..aed591d95a90847739a86df1000d689da51f0fb7 100644 (file)
@@ -851,7 +851,8 @@ void MDSMap::decode(bufferlist::const_iterator& p)
     decode(cas_pool, p);
   }
 
-  // kclient ignores everything from here
+  // kclient skips most of what's below
+  // see fs/ceph/mdsmap.c for current decoding
   __u16 ev = 1;
   if (struct_v >= 2)
     decode(ev, p);