commit | ba27d85c96c57111ae8acfa959643e5ce8e4bcbe | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Dec 15 04:03:29 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Dec 19 21:54:32 2010 -0800 |
tree | 3bf910630c93ed9d6fed31f972b1a1953df1137b | |
parent | 71d9dec24dce548bf699815c976cf063ad9257e2 [diff] |
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 <tj@kernel.org> Cc: Jon Mason <jon.mason@exar.com> Acked-by: Jon Mason <jon.mason@exar.com> Signed-off-by: David S. Miller <davem@davemloft.net>