]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: convert encoded ephemeral dist pin to flags
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 26 Jan 2024 21:34:41 +0000 (16:34 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 20 Mar 2024 14:56:55 +0000 (10:56 -0400)
commitfb05dd1806fc0edf2e4c0908aae114d57099a6d6
treec3ae1cae06d0bae577d3c00b0ff475d1f234c869
parentf4eec857fc8bda4980b9046cde6314fa005122c2
mds: convert encoded ephemeral dist pin to flags

To use space efficiently, convert this field to a 8 bit flags field that is
backward compatible.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/include/cephfs/types.h
src/mds/CInode.cc
src/mds/CInode.h
src/mds/Server.cc