commit | a506ccb47c9e93fde843532670a7805452bf699b | [log] [tgz] |
---|---|---|
author | Baokun Li <libaokun1@huawei.com> | Thu Jun 17 19:36:40 2021 +0800 |
committer | Steve French <stfrench@microsoft.com> | Sun Jun 20 21:28:17 2021 -0500 |
tree | ffab9e77fc396e7826d586dbafc50cfd209ba45a | |
parent | 647f592734a033b7f23865190de5df05e50381d0 [diff] |
cifs: convert list_for_each to entry variant in cifs_debug.c convert list_for_each() to list_for_each_entry() where applicable. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Baokun Li <libaokun1@huawei.com> Signed-off-by: Steve French <stfrench@microsoft.com>