tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI case
authorXiubo Li <lixiubo@cmss.chinamobile.com>
Fri, 31 Mar 2017 02:35:25 +0000 (10:35 +0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 2 Apr 2017 23:18:51 +0000 (16:18 -0700)
commita5d68ba85801a78c892a0eb8efb711e293ed314b
tree54960252c514b65717105a4f600cc898f6784a02
parent1c99de981f30b3e7868b8d20ce5479fa1c0fea46
tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI case

For the bidirectional case, the Data-Out buffer blocks will always at
the head of the tcmu_cmd's bitmap, and before gathering the Data-In
buffer, first of all it should skip the Data-Out ones, or the device
supporting BIDI commands won't work.

Fixed: 26418649eead ("target/user: Introduce data_bitmap, replace
data_length/data_head/data_tail")
Reported-by: Ilias Tsitsimpis <iliastsi@arrikto.com>
Tested-by: Ilias Tsitsimpis <iliastsi@arrikto.com>
Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Cc: stable@vger.kernel.org # 4.6+
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_user.c