diff options
author | Yifei Li <liyifei28@huawei.com> | 2024-05-13 15:58:30 +0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-07-03 19:29:59 -0700 |
commit | 1e25501dbcee8fdfe687ec66e773d04edd1807af (patch) | |
tree | bfe30dabe9899bfc224eea29ad52879589a48c88 /arch/arm/include/asm/cacheflush.h | |
parent | 3a103b5315b78a0d58fa8dc95d70d9b907400f5e (diff) | |
download | linux-1e25501dbcee8fdfe687ec66e773d04edd1807af.tar.gz linux-1e25501dbcee8fdfe687ec66e773d04edd1807af.tar.bz2 linux-1e25501dbcee8fdfe687ec66e773d04edd1807af.zip |
mm/memory-failure: use helper llist_for_each_entry()
Change the llist_for_each_entry_safe function to the llist_for_each_entry
function and delete the next variable. Because the linked list is not
modified,the llist_for_each_entry_safe function is not required. No
functional changes are intended.
Link: https://lkml.kernel.org/r/20240513075830.2611-1-liyifei28@huawei.com
Signed-off-by: Yifei Li <liyifei28@huawei.com>
Acked-by: Miaohe Lin <linmiaohe@huawei.com>
Cc: Jiaqi Yan <jiaqiyan@google.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Naoya Horiguchi <nao.horiguchi@gmail.com>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Cc: Shiyang Ruan <ruansy.fnst@fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/arm/include/asm/cacheflush.h')
0 files changed, 0 insertions, 0 deletions