summaryrefslogtreecommitdiff
path: root/drivers/target/tcm_fc/tcm_fc.h
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2012-01-19 21:39:16 (GMT)
committerNicholas Bellinger <nab@linux-iscsi.org>2012-02-25 22:37:47 (GMT)
commit35b2cdc4fea1f0d13e1602c07e62c797c9fe5ed4 (patch)
tree7cf4bbb95bd7b591c9c8ca6503e812dafdfc4471 /drivers/target/tcm_fc/tcm_fc.h
parent0dccb69d42a06d438c979c933a1657cb0b4ec4fb (diff)
downloadlinux-fsl-qoriq-35b2cdc4fea1f0d13e1602c07e62c797c9fe5ed4.tar.xz
tcm_fc: Remove cmd->cdb data member
It's used only for debug output. Debug output may want to make use of fcp->fc_cdb directly. Signed-off-by: Andy Grover <agrover@redhat.com> Cc: Kiran Patil <kiran.patil@intel.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/tcm_fc/tcm_fc.h')
-rw-r--r--drivers/target/tcm_fc/tcm_fc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/tcm_fc/tcm_fc.h b/drivers/target/tcm_fc/tcm_fc.h
index 559f3bd..7906b9f 100644
--- a/drivers/target/tcm_fc/tcm_fc.h
+++ b/drivers/target/tcm_fc/tcm_fc.h
@@ -117,7 +117,6 @@ struct ft_cmd {
struct fc_seq *seq; /* sequence in exchange mgr */
struct se_cmd se_cmd; /* Local TCM I/O descriptor */
struct fc_frame *req_frame;
- unsigned char *cdb; /* pointer to CDB inside frame */
u32 write_data_len; /* data received on writes */
struct work_struct work;
/* Local sense buffer */