]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: default_file_layout now uses modern encoding
authorGreg Farnum <greg@inktank.com>
Thu, 17 Jan 2013 18:23:16 +0000 (10:23 -0800)
committerGreg Farnum <greg@inktank.com>
Tue, 5 Feb 2013 21:29:05 +0000 (13:29 -0800)
commit2888830f722b61d921826c91b45b9c54e056ee5f
tree37570454d49167b66da4ae6444228b9d05294349
parent34f7c7155cb73dccf37e6174b276d976b358e407
mds: default_file_layout now uses modern encoding

And move implementations into mdstypes.cc from CInode and common/types.
mdstypes.cc sadly lives in libcommon; as several of the types we're going
to put there are needed for Messages and similar things.

Signed-off-by: Sage Weil <sage@inktank.com>
Signed-off-by: Greg Farnum <greg@inktank.com>
src/Makefile.am
src/common/types.cc
src/mds/CInode.h
src/mds/mdstypes.cc [new file with mode: 0644]
src/mds/mdstypes.h
src/test/encoding/types.h