]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: add warning about encoding new fields
authorPatrick Donnelly <pdonnell@redhat.com>
Sat, 8 Jun 2024 19:00:27 +0000 (15:00 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 24 Jun 2024 15:51:42 +0000 (11:51 -0400)
commitd157553d05ac13e2bfd79a0e9b27551e07dab026
tree4fd0c2e9d9b3b5a1b330f840891e5104b98ed4fb
parent29a918574760c2968c31d910a2cfacc3864f9bb1
mds: add warning about encoding new fields

It's never a good idea to put new fields in the middle of other encoded values
unless you're willing to break all backwards-compatibility.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit d27b1156ae7d38902c76ffa48b6999a779ec5da9)
src/mds/CDentry.cc
src/mds/CDir.cc