Whamcloud - gitweb
- add forgotten target_cleanup_recovery()
authortappro <tappro>
Fri, 6 Oct 2006 11:45:42 +0000 (11:45 +0000)
committertappro <tappro>
Fri, 6 Oct 2006 11:45:42 +0000 (11:45 +0000)
lustre/mdt/mdt_recovery.c

index dd63f2d..8932f84 100644 (file)
@@ -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;