ocfs2/net: Use wait_event() in o2net_send_message_vec()
authorSunil Mushran <sunil.mushran@oracle.com>
Thu, 11 Jun 2009 18:02:03 +0000 (11:02 -0700)
committerJoel 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