ceph: re-send requests when MDS enters reconnecting stage
authorYan, Zheng <zyan@redhat.com>
Wed, 4 Feb 2015 06:26:22 +0000 (14:26 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 19 Feb 2015 10:31:40 +0000 (13:31 +0300)
commit3de22be6771353241eaec237fe594dfea3daf30f
tree3710a3d0bd5c4883a51ed189ad4b763ec4cd82be
parent2a0b61cefcd52ad63ff03aacae6d4113cdf46812
ceph: re-send requests when MDS enters reconnecting stage

So that MDS can check if any request is already completed and process
completed requests in clientreplay stage. When completed requests are
processed in clientreplay stage, MDS can avoid sending traceless
replies.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/mds_client.c