From: Sunil Mushran Date: Thu, 11 Jun 2009 18:02:03 +0000 (-0700) Subject: ocfs2/net: Use wait_event() in o2net_send_message_vec() X-Git-Tag: v2.6.31-rc1~307^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af0b38ff3f4f79c62dd909405b113bf7c1a23aa;p=pandora-kernel.git 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 Signed-off-by: Joel Becker --- Reading git-diff-tree failed