[SCSI] iscsi_tcp: remove sk_sleep check
authorMike Christie <michaelc@cs.wisc.edu>
Fri, 21 May 2010 23:24:16 +0000 (18:24 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 25 May 2010 15:04:10 +0000 (10:04 -0500)
There is no need to call sk_sleep before calling wake_up_interruptible,
because the wait_queue_head is now with the socket.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

No differences found