Files
twx-linux/fs/jfs
Dave Kleikamp 7fe23b5d85 [PATCH] 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 <shaggy@linux.vnet.ibm.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
2007-05-23 14:32:54 -07:00
..
2007-01-09 14:14:48 -06:00
2007-01-26 10:14:36 -06:00
2007-01-09 14:14:48 -06:00
2007-01-09 14:14:48 -06:00
2007-01-09 14:14:48 -06:00