Whamcloud - gitweb
LU-2844 mdd: mdt prepare failure should not oops
[fs/lustre-release.git] / lustre / osp / lwp_dev.c
index ed5dba9..85c2641 100644 (file)
@@ -191,6 +191,7 @@ static int lwp_process_config(const struct lu_env *env,
        ENTRY;
 
        switch (lcfg->lcfg_command) {
+       case LCFG_PRE_CLEANUP:
        case LCFG_CLEANUP:
                rc = lwp_disconnect(d);
                break;