mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
scst_sysfs: Increase latency measurement suspend timeout from 1/HZ to 10 s
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7904 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user