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:
dc1bb08
)
branch b1_6
author
zhanghc
<zhanghc>
Wed, 12 Nov 2008 02:57:47 +0000
(
02:57
+0000)
committer
zhanghc
<zhanghc>
Wed, 12 Nov 2008 02:57:47 +0000
(
02:57
+0000)
b=17505
remove "mfd" from "cloing_list" for the "mfd" will be freed in mds_mfd_close
i=robert.read
lustre/mds/handler.c
patch
|
blob
|
history
diff --git
a/lustre/mds/handler.c
b/lustre/mds/handler.c
index
ee4fd7c
..
d89a320
100644
(file)
--- a/
lustre/mds/handler.c
+++ b/
lustre/mds/handler.c
@@
-492,6
+492,7
@@
static int mds_destroy_export(struct obd_export *export)
* is_orphan race, mds_mfd_close drops it */
MDS_DOWN_WRITE_ORPHAN_SEM(mfd->mfd_dentry->d_inode);
+ list_del_init(&mfd->mfd_list);
rc = mds_mfd_close(NULL, REQ_REC_OFF, obd, mfd,
!(export->exp_flags & OBD_OPT_FAILOVER),
lmm, lmm_size, logcookies,