From: Joel Becker Date: Tue, 6 Feb 2007 23:45:39 +0000 (-0800) Subject: ocfs2: Wake up a starting region if it gets killed in the background. X-Git-Tag: v2.6.23-rc1~781^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6df3a663a5d1ee68aeae7f007197f272700d9cc;p=pandora-kernel.git ocfs2: Wake up a starting region if it gets killed in the background. Tell o2cb_region_dev_write() to wake up if rmdir(2) happens on the heartbeat region while it is starting up. Then o2hb_region_dev_write() can check to see if it is alive and act accordingly. This prevents a hang (not being woken) and a crash (if it's woken by a signal). Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed