From: Andy Grover Date: Thu, 19 Jan 2012 21:39:17 +0000 (-0800) Subject: target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache X-Git-Tag: v3.4-rc1~146^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e31f26feeb03dc6f51bff68135cc58431e099b;p=pandora-kernel.git target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache Change the test for if a cmd is a tmr request to checking if SCF_SCSI_TMR_CDB (a new flag) is set in cmd->se_cmd_flags. Also remove se_tmr_req_cache usage in favor of kzalloc usage, and make core_tmr_alloc_req() return int + setup se_cmd->se_tmr_req directly and fix up various fabric module usages Cc: Andy Grover Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed