commit | 9af0b38ff3f4f79c62dd909405b113bf7c1a23aa | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Thu Jun 11 11:02:03 2009 -0700 |
committer | Joel Becker <joel.becker@oracle.com> | Mon Jun 15 14:50:14 2009 -0700 |
tree | 9e0071a36969f435d784483f9902e498725dd875 | |
parent | 6b791bcc8b2ae21daf95d18cff2f1eca7a64c9a5 [diff] |
ocfs2/net: Use wait_event() in o2net_send_message_vec() 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>