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:
6b791bc
)
ocfs2/net: Use wait_event() in o2net_send_message_vec()
author
Sunil Mushran
<sunil.mushran@oracle.com>
Thu, 11 Jun 2009 18:02:03 +0000
(11:02 -0700)
committer
Joel Becker
<joel.becker@oracle.com>
Mon, 15 Jun 2009 21:50:14 +0000
(14:50 -0700)
Replace wait_event_interruptible() with wait_event() in o2net_send_message_vec().
This is because this function is called by the dlm that expects signals to be
blocked.
Fixes oss bugzilla#1126
http://oss.oracle.com/bugzilla/show_bug.cgi?id=1126
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
No differences found