git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b6b2bc
)
dm delay: fix a possible deadlock due to shared workqueue
author
Mikulas Patocka
<mpatocka@redhat.com>
Fri, 15 Nov 2013 21:12:20 +0000
(16:12 -0500)
committer
Mike Snitzer
<snitzer@redhat.com>
Mon, 18 Nov 2013 16:23:21 +0000
(11:23 -0500)
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 <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-delay.c
patch
|
blob
|
history
diff --cc
drivers/md/dm-delay.c
Simple merge