]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds/CDir: remove redundant inode enc/dec
authorJohn Spray <john.spray@inktank.com>
Fri, 2 May 2014 15:10:33 +0000 (16:10 +0100)
committerJohn Spray <john.spray@inktank.com>
Tue, 20 May 2014 13:07:50 +0000 (14:07 +0100)
commit79a1e5870f83abe14ba9b31eb68099be57f4c923
treee9a3d831670d9233df050e3d0da6d059ff2a616a
parent49add983906aa796ac028f2698d618fca3a3ab06
mds/CDir: remove redundant inode enc/dec

Use the new CInode::encode_bare/decode_bare fns
in CDir, so that we only have one implementation
of the inode encode/decode code.

Signed-off-by: John Spray <john.spray@inktank.com>
src/mds/CDir.cc