X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fofd%2Fofd_obd.c;h=a1ee602bc99eacae8706b180a2192f37a957e913;hp=a7277ec864408f5fb9fb7d225a8e43988a8f1429;hb=b32e55b600ca2c9bf8b62287d9f889791d157426;hpb=92890d8f555d12ad32dc9841a328e84c5d26e896;ds=sidebyside diff --git a/lustre/ofd/ofd_obd.c b/lustre/ofd/ofd_obd.c index a7277ec..a1ee602 100644 --- a/lustre/ofd/ofd_obd.c +++ b/lustre/ofd/ofd_obd.c @@ -1301,7 +1301,7 @@ static int ofd_iocontrol(unsigned int cmd, struct obd_export *exp, int len, switch (cmd) { case OBD_IOC_ABORT_RECOVERY: CERROR("%s: aborting recovery\n", obd->obd_name); - obd->obd_force_abort_recovery = 1; + obd->obd_abort_recovery = 1; target_stop_recovery_thread(obd); break; case OBD_IOC_SYNC: