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:
3932331
)
avoid ASSERTION(client_stat->nid_exp_ref_count == 0) failed
author
shadow
<shadow>
Wed, 13 Aug 2008 07:11:58 +0000
(07:11 +0000)
committer
shadow
<shadow>
Wed, 13 Aug 2008 07:11:58 +0000
(07:11 +0000)
Branch b1_8_gate
b=15139
i=tappro
i=rread
lustre/mgs/mgs_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mgs/mgs_handler.c
b/lustre/mgs/mgs_handler.c
index
21fee82
..
62d333e
100644
(file)
--- a/
lustre/mgs/mgs_handler.c
+++ b/
lustre/mgs/mgs_handler.c
@@
-133,6
+133,8
@@
static int mgs_disconnect(struct obd_export *exp)
rc = class_disconnect(exp);
ldlm_cancel_locks_for_export(exp);
+ lprocfs_exp_cleanup(exp);
+
/* complete all outstanding replies */
spin_lock(&exp->exp_lock);
while (!list_empty(&exp->exp_outstanding_replies)) {