Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292913
b: refs/heads/master
c: 46a7c17
h: refs/heads/master
i:
  292911: a217f58
v: v3
  • Loading branch information
Sasha Levin authored and James Bottomley committed Feb 19, 2012
1 parent 1d9b30e commit eb610c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2082ebc45af9c9c648383b8cde0dc1948eadbf31
refs/heads/master: 46a7c17d26967922092f3a8291815ffb20f6cabe
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_transport_iscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,7 @@ iscsi_if_rx(struct sk_buff *skb)
break;
err = iscsi_if_send_reply(group, nlh->nlmsg_seq,
nlh->nlmsg_type, 0, 0, ev, sizeof(*ev));
} while (err < 0 && err != -ECONNREFUSED);
} while (err < 0 && err != -ECONNREFUSED && err != -ESRCH);
skb_pull(skb, rlen);
}
mutex_unlock(&rx_queue_mutex);
Expand Down

0 comments on commit eb610c1

Please sign in to comment.