X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flfsck%2Flfsck_lib.c;h=9fe3a738727c39eded8f1e84e531eff4a827fb35;hp=72be4f5a7b33c9d76027f122fda04bec5d4e87b9;hb=5c883ea2748ae9e430a9cd863a9b630b2a74440a;hpb=f2d06d3c76a1d69447e7bd6fd29d8165be558d73 diff --git a/lustre/lfsck/lfsck_lib.c b/lustre/lfsck/lfsck_lib.c index 72be4f5..9fe3a73 100644 --- a/lustre/lfsck/lfsck_lib.c +++ b/lustre/lfsck/lfsck_lib.c @@ -3054,8 +3054,7 @@ again: if (unlikely(rc == -EINPROGRESS)) { retry = true; - set_current_state(TASK_INTERRUPTIBLE); - schedule_timeout(cfs_time_seconds(1)); + schedule_timeout_interruptible(cfs_time_seconds(1)); set_current_state(TASK_RUNNING); if (!signal_pending(current) && thread_is_running(&lfsck->li_thread))