Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information