mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
list_for_each_entry_safe() is necessary if list objects are deleted from the list while traversing it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>