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:
0971fa5
)
- add forgotten target_cleanup_recovery()
author
tappro
<tappro>
Fri, 6 Oct 2006 11:45:42 +0000
(11:45 +0000)
committer
tappro
<tappro>
Fri, 6 Oct 2006 11:45:42 +0000
(11:45 +0000)
lustre/mdt/mdt_recovery.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_recovery.c
b/lustre/mdt/mdt_recovery.c
index
dd63f2d
..
8932f84
100644
(file)
--- a/
lustre/mdt/mdt_recovery.c
+++ b/
lustre/mdt/mdt_recovery.c
@@
-976,6
+976,7
@@
void mdt_fs_cleanup(const struct lu_env *env, struct mdt_device *mdt)
dt_txn_callback_del(mdt->mdt_bottom, &mdt->mdt_txn_cb);
class_disconnect_exports(obd); /* cleans up client info too */
+ target_cleanup_recovery(obd);
if (mdt->mdt_last_rcvd)
lu_object_put(env, &mdt->mdt_last_rcvd->do_lu);
mdt->mdt_last_rcvd = NULL;