mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 08:02:56 +00:00
[SCSI] libfc: remove tgt_flags from fc_fcp_pkt struct
We can easily remove the tgt_flags from fc_fcp_pkt struct and use rpriv->tgt_flags directly where needed. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
e0883a3c3e
commit
05fee645e9
2 changed files with 2 additions and 5 deletions
|
@ -263,7 +263,6 @@ struct fc_seq_els_data {
|
|||
* struct fc_fcp_pkt - FCP request structure (one for each scsi_cmnd request)
|
||||
* @lp: The associated local port
|
||||
* @state: The state of the I/O
|
||||
* @tgt_flags: Target's flags
|
||||
* @ref_cnt: Reference count
|
||||
* @scsi_pkt_lock: Lock to protect the SCSI packet (must be taken before the
|
||||
* host_lock if both are to be held at the same time)
|
||||
|
@ -298,7 +297,6 @@ struct fc_fcp_pkt {
|
|||
/* Housekeeping information */
|
||||
struct fc_lport *lp;
|
||||
u16 state;
|
||||
u16 tgt_flags;
|
||||
atomic_t ref_cnt;
|
||||
spinlock_t scsi_pkt_lock;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue