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:
4ffaf86
)
dm raid1: flush workqueue before destruction
author
Mikulas Patocka
<mpatocka@redhat.com>
Thu, 13 Nov 2008 23:38:52 +0000
(23:38 +0000)
committer
Alasdair G Kergon
<agk@redhat.com>
Thu, 13 Nov 2008 23:38:52 +0000
(23:38 +0000)
We queue work on keventd queue --- so this queue must be flushed in the
destructor. Otherwise, keventd could access mirror_set after it was freed.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Cc: stable@kernel.org
No differences found