Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261726
b: refs/heads/master
c: 302ff54
h: refs/heads/master
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed Jul 28, 2011
1 parent 647bdaf commit d32b717
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b35baae3a62c33a73a6fd8bf4d1b6c4e3b5b5f3
refs/heads/master: 302ff541d981e58cd455fdbd6a90bd74d0f2109b
1 change: 0 additions & 1 deletion trunk/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ static int bnx2fc_rcv(struct sk_buff *skb, struct net_device *dev,

fr = fcoe_dev_from_skb(skb);
fr->fr_dev = lport;
fr->ptype = ptype;

bg = &bnx2fc_global;
spin_lock_bh(&bg->fcoe_rx_list.lock);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,6 @@ int fcoe_rcv(struct sk_buff *skb, struct net_device *netdev,

fr = fcoe_dev_from_skb(skb);
fr->fr_dev = lport;
fr->ptype = ptype;

/*
* In case the incoming frame's exchange is originated from
Expand Down
1 change: 0 additions & 1 deletion trunk/include/scsi/fc_frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ struct fc_frame {
};

struct fcoe_rcv_info {
struct packet_type *ptype;
struct fc_lport *fr_dev; /* transport layer private pointer */
struct fc_seq *fr_seq; /* for use with exchange manager */
struct fc_fcp_pkt *fr_fsp; /* for the corresponding fcp I/O */
Expand Down

0 comments on commit d32b717

Please sign in to comment.