]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCSI] libiscsi: Restructure iscsi_tcp r2t response logic
authorShlomo Pongratz <shlomop@mellanox.com>
Fri, 7 Feb 2014 06:41:37 +0000 (00:41 -0600)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 15 Mar 2014 17:19:18 +0000 (10:19 -0700)
commit5d0fddd0a72d3023bb0fa97e546f687aa6222be3
treea08201b0fcf76e1efcf1be3741b5972be146c341
parentac0245ff80942e33458cf32926dc1177239f4e19
[SCSI] libiscsi: Restructure iscsi_tcp r2t response logic

Restructure the iscsi_tcp_r2t_rsp routine in order to avoid allocating
r2t from r2tpool.queue and returning it back in case the parameters
rhdr->data_length and or rhdr->data_offset prohibit the requing.

Since the values of these parameters are known prior to the allocation,
we can pre-check and thus avoid futile allocations.

[jejb: checkpatch fixes]
Signed-off-by: Shlomo Pongratz <shlomop@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/libiscsi_tcp.c