From: Mike Christie Date: Fri, 21 May 2010 23:24:16 +0000 (-0500) Subject: [SCSI] iscsi_tcp: remove sk_sleep check X-Git-Tag: v2.6.35-rc1~38^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c38a2951026e6b428d3ce6e518d123c35becd18;p=pandora-kernel.git [SCSI] iscsi_tcp: remove sk_sleep check 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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed