From ddb62ef42bfbe20164d424eed0f9545457f9439a Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 6 Oct 2006 11:45:42 +0000 Subject: [PATCH] - add forgotten target_cleanup_recovery() --- lustre/mdt/mdt_recovery.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/mdt/mdt_recovery.c b/lustre/mdt/mdt_recovery.c index dd63f2d..8932f84 100644 --- 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; -- 1.8.3.1