From bee03ec08ab641004d9fba9a0ef9dcb902e48477 Mon Sep 17 00:00:00 2001 From: shaver Date: Wed, 29 Jan 2003 20:38:01 +0000 Subject: [PATCH] - 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. --- lustre/ptlbd/client.c | 1 - 1 file changed, 1 deletion(-) 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; -- 1.8.3.1