Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fakelb: use list_for_each_entry_safe
Iterate and removing items from a list, we should use list_for_each_entry_safe instead list_for_each_entry to avoid accidents by removing. Signed-off-by: Alexander Aring <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
- Loading branch information