Revision 88a2428b83db4328e69d1c0e2f7364041b8045bf authored by Wei Yongjun on 10 October 2016, 14:08:28 UTC, committed by David S. Miller on 13 October 2016, 13:57:10 UTC
Since we will remove items off the list using list_del() we need
to use a safe version of the list_for_each_entry() macro aptly named
list_for_each_entry_safe().

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Yuval Mintz <Yuval.Mintz@caviumnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1e09c10
History
File Mode Size
kvm
lib
Makefile -rw-r--r-- 14 bytes

back to top