Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198983
b: refs/heads/master
c: 8c38a29
h: refs/heads/master
i:
  198981: f724302
  198979: fad1d72
  198975: 30fdb7b
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed May 25, 2010
1 parent 1fe7d12 commit 47adc36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 64ffdb762241c0a9c0c8fac7ea92aa0ba1529334
refs/heads/master: 8c38a2951026e6b428d3ce6e518d123c35becd18
6 changes: 2 additions & 4 deletions trunk/drivers/scsi/iscsi_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,10 +601,8 @@ static void iscsi_sw_tcp_conn_stop(struct iscsi_cls_conn *cls_conn, int flag)
set_bit(ISCSI_SUSPEND_BIT, &conn->suspend_rx);
write_unlock_bh(&tcp_sw_conn->sock->sk->sk_callback_lock);

if (sk_sleep(sock->sk)) {
sock->sk->sk_err = EIO;
wake_up_interruptible(sk_sleep(sock->sk));
}
sock->sk->sk_err = EIO;
wake_up_interruptible(sk_sleep(sock->sk));

iscsi_conn_stop(cls_conn, flag);
iscsi_sw_tcp_release_conn(conn);
Expand Down

0 comments on commit 47adc36

Please sign in to comment.