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
Kconfig -rw-r--r-- 977 bytes
Makefile -rw-r--r-- 167 bytes
acl.c -rw-r--r-- 2.2 KB
control.c -rw-r--r-- 7.9 KB
cuse.c -rw-r--r-- 15.4 KB
dev.c -rw-r--r-- 51.0 KB
dir.c -rw-r--r-- 45.3 KB
file.c -rw-r--r-- 74.3 KB
fuse_i.h -rw-r--r-- 23.2 KB
inode.c -rw-r--r-- 32.1 KB
xattr.c -rw-r--r-- 4.9 KB

back to top