]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: encode inode reply information directly
authorSage Weil <sage@redhat.com>
Thu, 31 Dec 2015 18:21:09 +0000 (13:21 -0500)
committerSage Weil <sage@redhat.com>
Tue, 1 Mar 2016 16:17:00 +0000 (11:17 -0500)
commitff606bf4c4d467e3e9ed7639d899b19020fe3206
treeb443f80906fdab16a44c251be26ec1048f3810b2
parent0b1f7f59b6fa643b3ebf2c5ae296396d8746fa3f
mds: encode inode reply information directly

Drop the ceph_mds_reply_inode struct and encode directly.  Note
that we already decode directly to InodeStat in MClientReply.h.

Signed-off-by: Sage Weil <sage@redhat.com>
src/include/ceph_fs.h
src/include/types.h
src/mds/CInode.cc