mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 13:41:27 +00:00
scst_sysfs: Build fix for CONFIG_SCST_MEASURE_LATENCY
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5097 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3504,7 +3504,7 @@ static ssize_t scst_sess_latency_store(struct kobject *kobj,
|
||||
|
||||
work->sess = sess;
|
||||
|
||||
SCST_SET_DEP_MAP(work, &sess->dep_map);
|
||||
SCST_SET_DEP_MAP(work, &scst_sess_dep_map);
|
||||
kobject_get(&sess->sess_kobj);
|
||||
|
||||
res = scst_sysfs_queue_wait_work(work);
|
||||
|
||||
Reference in New Issue
Block a user