git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b238b3d
)
cfq_exit_queue() should cancel cfq_data->unplug_work
author
Oleg Nesterov
<oleg@tv-sign.ru>
Tue, 23 Oct 2007 13:08:18 +0000
(15:08 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 29 Oct 2007 10:33:05 +0000
(11:33 +0100)
Spotted by Nick <gentuu@gmail.com>, perhaps explains the first trace in
http://bugzilla.kernel.org/show_bug.cgi?id=9180.
cfq_exit_queue() should cancel cfqd->unplug_work before freeing cfqd.
blk_sync_queue() seems unneeded, removed.
Q: why cfq_exit_queue() calls cfq_shutdown_timer_wq() twice?
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/cfq-iosched.c
patch
|
blob
|
history
diff --cc
block/cfq-iosched.c
Simple merge