From: Mikulas Patocka Date: Fri, 15 Nov 2013 21:12:20 +0000 (-0500) Subject: dm delay: fix a possible deadlock due to shared workqueue X-Git-Tag: v3.13-rc4~11^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718822c1c112dc99e0c72c8968ee1db9d9d910f0;p=pandora-kernel.git dm delay: fix a possible deadlock due to shared workqueue The dm-delay target uses a shared workqueue for multiple instances. This can cause deadlock if two or more dm-delay targets are stacked on the top of each other. This patch changes dm-delay to use a per-instance workqueue. Cc: stable@vger.kernel.org # 2.6.22+ Signed-off-by: Mikulas Patocka Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed