From: Oleg Nesterov Date: Tue, 23 Oct 2007 13:08:18 +0000 (+0200) Subject: cfq_exit_queue() should cancel cfq_data->unplug_work X-Git-Tag: v2.6.24-rc2~103^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4310864b9d17714e64446bfb8bc7dbcb96454475;p=pandora-kernel.git cfq_exit_queue() should cancel cfq_data->unplug_work Spotted by Nick , 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed