Whamcloud - gitweb
LU-12930 various: use schedule_timeout_*interruptible
[fs/lustre-release.git] / lustre / osp / osp_sync.c
index 6e430f8..1e82b9c 100644 (file)
@@ -1295,7 +1295,7 @@ next:
                        rc = llog_cleanup(&env, ctxt);
                        if (rc)
                                GOTO(out, rc);
-                       schedule_timeout_interruptible(HZ * 5);
+                       schedule_timeout_interruptible(cfs_time_seconds(5));
                        goto again;
                }