mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 01:54:09 +08:00
a1ad38a61e
There is currently a bug with the driver where there is never a call to
target_sess_cmd_list_set_waiting(), it only called
target_wait_for_sess_cmd(), which basically means that the sess_wait_list
would always be empty.
Thus, list_empty(&sess->sess_wait_list) = true,
(eg: no se_cmd I/O is quiesced, because no se_cmd in sess_wait_list),
since commit
|
||
---|---|---|
.. | ||
ibmvscsi_tgt.c | ||
ibmvscsi_tgt.h | ||
libsrp.c | ||
libsrp.h | ||
Makefile |