]> git.baikalelectronics.ru Git - kernel.git/commit
target: Fix bidi command handling
authorBart Van Assche <bart.vanassche@sandisk.com>
Wed, 13 May 2015 07:17:54 +0000 (09:17 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 15 May 2015 04:13:31 +0000 (21:13 -0700)
commit5309ebb8d0acc2b4dfe5a08b059051328fe13b7b
treed4c6177bd2cc03fbb94b8fb4c981795f68d7f2dd
parentbbb2fbad326e571671805663d23c99ff600e43e1
target: Fix bidi command handling

The function transport_complete_qf() must call either
queue_data_in() or queue_status() but not both.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c