Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286327
b: refs/heads/master
c: 00c4a09
h: refs/heads/master
i:
  286325: ae0e15b
  286323: ec0d750
  286319: 23123be
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and James Bottomley committed Jan 10, 2012
1 parent 7e52d22 commit b00d68d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: cced5041ed5a2d1352186510944b0ddfbdbe4c0b
refs/heads/master: 00c4a09bb0840457f5f8f5753a562e5e19a91baf
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/cxgbi/libcxgbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1868,8 +1868,9 @@ int cxgbi_conn_alloc_pdu(struct iscsi_task *task, u8 opcode)

tdata->skb = alloc_skb(cdev->skb_tx_rsvd + headroom, GFP_ATOMIC);
if (!tdata->skb) {
pr_warn("alloc skb %u+%u, opcode 0x%x failed.\n",
cdev->skb_tx_rsvd, headroom, opcode);
struct cxgbi_sock *csk = cconn->cep->csk;
struct net_device *ndev = cdev->ports[csk->port_id];
ndev->stats.tx_dropped++;
return -ENOMEM;
}

Expand Down

0 comments on commit b00d68d

Please sign in to comment.