]> git.apps.os.sepia.ceph.com Git - ceph.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>
Fri, 22 Mar 2024 15:38:03 +0000 (11:38 -0400)
commit802ecb5bd6416bd6591271f09f667f2aea35aeee
tree0871c6b8f66150bfc88f4c8063fe95779de7fa3f
parentf48b04d3755393d55f29442e558cfd04c8583870
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>
(cherry picked from commit fb05dd1806fc0edf2e4c0908aae114d57099a6d6)
src/include/cephfs/types.h
src/mds/CInode.cc
src/mds/CInode.h
src/mds/Server.cc