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:
d563e2c
)
PCI: Leave normal LIST_POISON in deleted list entries
author
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 17 Aug 2012 03:12:38 +0000
(21:12 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 22 Aug 2012 17:34:38 +0000
(11:34 -0600)
list_del() already sets next/prev to LIST_POISON1/LIST_POISON2, so we
don't need to do anything special here to prevent further list accesses.
Tested-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
No differences found