]> git.baikalelectronics.ru Git - kernel.git/commit
target: split transport_cmd_check_stop
authorChristoph Hellwig <hch@infradead.org>
Sun, 8 Jul 2012 19:58:38 +0000 (15:58 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 17 Jul 2012 00:35:15 +0000 (17:35 -0700)
commitdf32722d7ccb375755a352f396a0e072c5ed0a61
treeef1098a4177ea24ddc20f9ec81435633636e08e5
parent25c6f9da3fa17a22de04005a137414a91466301c
target: split transport_cmd_check_stop

Inline the transport_off == 0 case into target_execute_cmd to simplify
the function for the remaining cases.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c