]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
kclient: set ino in request if we got an early reply
authorSage Weil <sage@newdream.net>
Fri, 9 Jan 2009 20:20:20 +0000 (12:20 -0800)
committerSage Weil <sage@newdream.net>
Fri, 9 Jan 2009 22:16:17 +0000 (14:16 -0800)
commitce45c26bc5b4adcd3f0bafbb8ea1ad63d678c6ea
tree7ed5ab23b0a2c280ed0c06300de8d7463903870a
parent68acb5de6ceb9c355246f6c9109acdd21c14eb4a
kclient: set ino in request if we got an early reply

Make 'ino' a generic field so we don't have to look at the request type
when sending the message.  It'll be ignored by the MDS when it's not
relevant anyway.
src/include/ceph_fs.h
src/kernel/mds_client.c
src/mds/Server.cc