git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ffdb7
)
[SCSI] iscsi_tcp: remove sk_sleep check
author
Mike Christie
<michaelc@cs.wisc.edu>
Fri, 21 May 2010 23:24:16 +0000
(18:24 -0500)
committer
James 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