[LIST]: Introduce list_for_each_entry_safe_from
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 21 Mar 2006 01:18:05 +0000 (17:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 01:18:05 +0000 (17:18 -0800)
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>

No differences found