diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index 2ed8ecbeb..3542e05f1 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -6925,7 +6925,7 @@ static ssize_t scst_measure_latency_store(struct kobject *kobj, val = !!val; - res = scst_suspend_activity(true); + res = scst_suspend_activity(10 * HZ); if (res) goto out; res = mutex_lock_interruptible(&scst_mutex);