From: Erez Shitrit Date: Wed, 16 Oct 2013 14:37:50 +0000 (+0300) Subject: IPoIB: Avoid flushing the driver workqueue on dev_down X-Git-Tag: v3.13-rc1~44^2^4~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aede25011fddf559dcf216d86975187e3f64b109;p=pandora-kernel.git IPoIB: Avoid flushing the driver workqueue on dev_down The driver should not flush the whole workqueue when only one work (the pkey poll one) needs to be cancelled. Use cancel_delayed_work_sync() instead. Signed-off-by: Erez Shitrit Signed-off-by: Or Gerlitz Signed-off-by: Roland Dreier --- Reading git-diff-tree failed