commit | d8dcffee860d6b63996923b10f07c91d3d6c2fab | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | Mon Mar 20 17:18:05 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 17:18:05 2006 -0800 |
tree | a4b73c0d435b329f8522c380b22d9d4204a03f97 | |
parent | 9b07ef5ddaced1e822b1a1fb1da088eb15c45cb4 [diff] |
[LIST]: Introduce list_for_each_entry_safe_from For iterate over list of given type from existing point safe against removal of list entry. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>