Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60147ea
)
Branch: HEAD
author
wangdi
<wangdi>
Tue, 19 Jul 2005 12:56:14 +0000
(12:56 +0000)
committer
wangdi
<wangdi>
Tue, 19 Jul 2005 12:56:14 +0000
(12:56 +0000)
should reset mcd_last_close_xid to 0 when reconnect.
b:6102
r:alex
lustre/mds/handler.c
patch
|
blob
|
history
diff --git
a/lustre/mds/handler.c
b/lustre/mds/handler.c
index
28ec1ab
..
969ad6d
100644
(file)
--- 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;
}