...and correspondingly bump the cluster protocol
version as these structures are not versioned
themselves.
Signed-off-by: John Spray <john.spray@redhat.com>
::encode(dirfragtree, bl);
::encode(xattrs, bl);
::encode(old_inodes, bl);
+ ::encode(damage_flags, bl);
encode_snap(bl);
}
void CInode::_decode_base(bufferlist::iterator& p)
::decode(dirfragtree, p);
::decode(xattrs, p);
::decode(old_inodes, p);
+ ::decode(damage_flags, p);
decode_snap(p);
}
#include "Beacon.h"
-#define CEPH_MDS_PROTOCOL 26 /* cluster internal */
+#define CEPH_MDS_PROTOCOL 27 /* cluster internal */
enum {
l_mds_first = 2000,