From a3239aaba56f0474e228a02d2532823e96b78322 Mon Sep 17 00:00:00 2001 From: wangdi Date: Tue, 19 Jul 2005 12:56:14 +0000 Subject: [PATCH] Branch: HEAD should reset mcd_last_close_xid to 0 when reconnect. b:6102 r:alex --- lustre/mds/handler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 28ec1ab..969ad6d 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -606,6 +606,7 @@ static int mds_connect_post(struct obd_export *exp, unsigned initial, CDEBUG(D_HA, "initial reconnect to existing export\n"); mcd->mcd_last_transno = 0; mcd->mcd_last_xid = 0; + mcd->mcd_last_close_xid = 0; mcd->mcd_last_result = 0; mcd->mcd_last_data = 0; } -- 1.8.3.1