From: shaver Date: Wed, 29 Jan 2003 20:38:01 +0000 (+0000) Subject: - preserve last-reply per client for matching up with a retransmitted request X-Git-Tag: v1_7_110~2^11~205 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=bee03ec08ab641004d9fba9a0ef9dcb902e48477;p=fs%2Flustre-release.git - preserve last-reply per client for matching up with a retransmitted request - add ioctl to MDS to disable sending of committed-transno updates - add OBD_FAIL_MDS_ALL_REPLY_NET to drop replies after they make it to the reply-preservation code. --- diff --git a/lustre/ptlbd/client.c b/lustre/ptlbd/client.c index 3611a10..11d9e88 100644 --- a/lustre/ptlbd/client.c +++ b/lustre/ptlbd/client.c @@ -68,7 +68,6 @@ static int ptlbd_cl_setup(struct obd_device *obddev, obd_count len, void *buf) INIT_LIST_HEAD(&imp->imp_chain); imp->imp_last_xid = 0; imp->imp_max_transno = 0; - imp->imp_peer_last_xid = 0; imp->imp_peer_committed_transno = 0; imp->imp_level = LUSTRE_CONN_FULL;