From: Jesse Gross Date: Sat, 3 Jan 2015 02:26:02 +0000 (-0800) Subject: geneve: Remove workqueue. X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~293^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f3cade763dca46127146a52d829e30b8f48921;p=pandora-kernel.git geneve: Remove workqueue. The work queue is used only to free the UDP socket upon destruction. This is not necessary with Geneve and generally makes the code more difficult to reason about. It also introduces nondeterministic behavior such as when a socket is rapidly deleted and recreated, which could fail as the the deletion happens asynchronously. Signed-off-by: Jesse Gross Signed-off-by: David S. Miller --- Reading git-diff-tree failed