commit | 8c38a2951026e6b428d3ce6e518d123c35becd18 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Fri May 21 18:24:16 2010 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Tue May 25 10:04:10 2010 -0500 |
tree | e0dcbedc45b030f9ab8294d61eab45170a554329 | |
parent | 64ffdb762241c0a9c0c8fac7ea92aa0ba1529334 [diff] |
[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 <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>