summaryrefslogtreecommitdiffstats
path: root/fs/isofs
diff options
context:
space:
mode:
authorDave Kleikamp <shaggy@linux.vnet.ibm.com>2007-01-18 04:18:35 +0100
committerDave Kleikamp <shaggy@linux.vnet.ibm.com>2007-01-18 04:18:35 +0100
commit4aa0d230c2cfc1ac4bcf7c5466f9943cf14233a9 (patch)
treeb873dce6146f4880c6c48ab53c0079566f52a60b /fs/isofs
parentJFS: Add lockdep annotations (diff)
downloadlinux-4aa0d230c2cfc1ac4bcf7c5466f9943cf14233a9.tar.xz
linux-4aa0d230c2cfc1ac4bcf7c5466f9943cf14233a9.zip
JFS: call io_schedule() instead of schedule() to avoid deadlock
The introduction of Jens Axboe's explicit i/o plugging patches introduced a deadlock in jfs. This was caused by the process initiating I/O not unplugging the queue before waiting on the commit thread. The commit thread itself was waiting for that I/O to complete. Calling io_schedule() rather than schedule() unplugs the I/O queue avoiding the deadlock, and it appears to be the right function to call in any case. Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Diffstat (limited to 'fs/isofs')
0 files changed, 0 insertions, 0 deletions