]> git.baikalelectronics.ru Git - kernel.git/commit
target: remove the task_sg_bidi field se_task and pSCSI BIDI support
authorChristoph Hellwig <hch@infradead.org>
Tue, 18 Oct 2011 10:57:00 +0000 (06:57 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 24 Oct 2011 03:21:56 +0000 (03:21 +0000)
commitb803114b74f210c61b142f6e7abdc73f57918a94
tree7837a4ec24de8dc4c373810137250c7e75d9f24b
parente50b9cf53d83bb001e6150187c27f0301466b357
target: remove the task_sg_bidi field se_task and pSCSI BIDI support

This field is never used given that BIDI handling happens at the
command and not the task level.  Remove it and the dead code in
pscsi that tries to work on it.

It also prevents pSCSI passthrough for the two currently enabled BIDI
commands now that task->task_sg_bidi support has been removed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_pscsi.c
drivers/target/target_core_transport.c
include/target/target_core_base.h