From: Dave Kleikamp Date: Sat, 5 May 2007 19:24:05 +0000 (-0500) Subject: JFS: Fix race waking up jfsIO kernel thread X-Git-Tag: v2.6.22-rc1~361^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05ec9e26be1f668ccba4ca54d9a4966c6208c611;p=pandora-kernel.git JFS: Fix race waking up jfsIO kernel thread It's possible for a journal I/O request to be added to the log_redrive queue and the jfsIO thread to be awakened after the thread releases log_redrive_lock but before it sets its state to TASK_INTERRUPTIBLE. The jfsIO thread should set the state before giving up the spinlock, so the waking thread will really wake it. Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed