diff options
author | Andy Grover <agrover@redhat.com> | 2012-01-19 13:39:16 -0800 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-02-25 14:37:47 -0800 |
commit | 35b2cdc4fea1f0d13e1602c07e62c797c9fe5ed4 (patch) | |
tree | 7cf4bbb95bd7b591c9c8ca6503e812dafdfc4471 /drivers/target/tcm_fc/tcm_fc.h | |
parent | 0dccb69d42a06d438c979c933a1657cb0b4ec4fb (diff) | |
download | talos-obmc-linux-35b2cdc4fea1f0d13e1602c07e62c797c9fe5ed4.tar.gz talos-obmc-linux-35b2cdc4fea1f0d13e1602c07e62c797c9fe5ed4.zip |
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.h | 1 |
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 559f3bd6868d..7906b9f8eba7 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 */ |