From: tappro Date: Fri, 6 Oct 2006 11:45:42 +0000 (+0000) Subject: - add forgotten target_cleanup_recovery() X-Git-Tag: v1_8_0_110~486^2~683 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=ddb62ef42bfbe20164d424eed0f9545457f9439a;p=fs%2Flustre-release.git - add forgotten target_cleanup_recovery() --- 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;