OSDN Git Service

mm: memory-failure: use helper macro llist_for_each_entry_safe()
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 7 Aug 2023 11:41:25 +0000 (19:41 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 21 Aug 2023 20:37:47 +0000 (13:37 -0700)
commit6379693e3c2683a7c86f395e878534731ac7ed06
tree08101cd3801a509a9df293ba7b62d2215bf60f4f
parent9a9d0b829901125553c36b9512b2a5da4505be31
mm: memory-failure: use helper macro llist_for_each_entry_safe()

It's more convenient to use helper macro llist_for_each_entry_safe().
No functional change intended.

Link: https://lkml.kernel.org/r/20230807114125.3440802-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Acked-by: Naoya Horiguchi <naoya.horiguchi@nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory-failure.c