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:
6edebde
)
dm mpath: avoid attempting to activate null path
author
Chandra Seetharaman
<sekharan@us.ibm.com>
Thu, 13 Nov 2008 23:39:00 +0000
(23:39 +0000)
committer
Alasdair G Kergon
<agk@redhat.com>
Thu, 13 Nov 2008 23:39:00 +0000
(23:39 +0000)
Path activation code is called even when the pgpath is NULL. This could
lead to a panic in activate_path(). Such a panic is seen in -rt kernel.
This problem has been there before the pg_init() was moved to a
workqueue.
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
No differences found