Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190119
b: refs/heads/master
c: d7d0554
h: refs/heads/master
i:
  190117: 4dd003b
  190115: bda0725
  190111: f79e7cc
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Apr 11, 2010
1 parent 6a02abf commit a7aad2b
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: bc0beb44f27dc068c1daefc79826c07e0b22ef6c
refs/heads/master: d7d05548a62c87ee55b0c81933669177f885aa8d
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/iscsi_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ 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 (sock->sk->sk_sleep && waitqueue_active(sock->sk->sk_sleep)) {
if (sock->sk->sk_sleep) {
sock->sk->sk_err = EIO;
wake_up_interruptible(sock->sk->sk_sleep);
}
Expand Down

0 comments on commit a7aad2b

Please sign in to comment.