commit | a7479d74460a4873b73534aa89cb82ab70ff8a32 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 16 21:12:38 2012 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Aug 22 11:34:38 2012 -0600 |
tree | 973c026fc25f741f5d78a26c10c2e5c5127228a7 | |
parent | d563e2ccc8adb1385da42e6077736ba6854117bb [diff] |
PCI: Leave normal LIST_POISON in deleted list entries 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>