From: Tejun Heo Date: Wed, 15 Dec 2010 04:03:29 +0000 (+0000) Subject: vxge: add missing flush of reset_task X-Git-Tag: v2.6.38-rc1~476^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba27d85c96c57111ae8acfa959643e5ce8e4bcbe;p=pandora-kernel.git vxge: add missing flush of reset_task Commit 6e07ebd84 (drivers/net: remove unnecessary flush_scheduled_work() calls) incorrectly removed the flush call without replacing it with the appropriate work specific operation. Fix it by flushing vdev->reset_task explicitly. Pointed out by Jon Mason. Signed-off-by: Tejun Heo Cc: Jon Mason Acked-by: Jon Mason Signed-off-by: David S. Miller --- Reading git-diff-tree failed