diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-06-13 21:24:14 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-06-13 21:24:14 -0400 |
commit | 030a58a05e595694dccfa958563103d2f0644231 (patch) | |
tree | 3cb4e135ded7235f2edbbfc12db8764bd47221e7 /scripts/transdump.py | |
parent | 7507ce28f436fe8b37bcd09a85c7289bf4c4284f (diff) | |
download | seabios-030a58a05e595694dccfa958563103d2f0644231.zip seabios-030a58a05e595694dccfa958563103d2f0644231.tar.gz seabios-030a58a05e595694dccfa958563103d2f0644231.tar.bz2 |
Another fix for hlist_for_each_entry_safe.
Although the previous patch does fix hlist_for_each_entry_safe for the
common case, it doesn't work correctly when deleting the current
node. To fix this, introduce two macros - hlist_for_each_entry_safe
for iterating through a list that can be modified, and
hlist_for_each_entry_pprev for those users that only need access to
the "pprev" pointer.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/transdump.py')
0 files changed, 0 insertions, 0 deletions