Files
twx-linux/fs
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-02-20 17:10:15 -08:00
2007-04-20 22:56:30 -07:00
2007-04-17 16:36:27 -07:00
2007-03-06 09:30:25 -08:00
2007-02-17 16:10:59 -05:00
2007-02-17 21:30:15 -05:00
2007-03-29 14:26:42 +02:00