]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: list_for_each() -> list_for_each_entry()
authorEnzo Matsumiya <ematsumiya@suse.de>
Fri, 22 Jul 2022 17:02:59 +0000 (14:02 -0300)
committerSteve French <stfrench@microsoft.com>
Mon, 1 Aug 2022 06:34:44 +0000 (01:34 -0500)
commit36aec34cb16bd9640d7697bd322184c67bb414b0
tree10f0cf703a5edbc9e847e88e63efc161ca479822
parentc43d1691d3b466ebacf5109cb82e9b9a10c8a5c4
cifs: list_for_each() -> list_for_each_entry()

Replace list_for_each() by list_for_each_entr() where appropriate.
Remove no longer used list_head stack variables.

Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_debug.c
fs/cifs/connect.c
fs/cifs/file.c
fs/cifs/misc.c
fs/cifs/smb2ops.c