diff options
| author | Yifei Li <[email protected]> | 2024-05-13 15:58:30 +0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-07-03 19:29:59 -0700 |
| commit | 1e25501dbcee8fdfe687ec66e773d04edd1807af (patch) | |
| tree | bfe30dabe9899bfc224eea29ad52879589a48c88 /include | |
| parent | 3a103b5315b78a0d58fa8dc95d70d9b907400f5e (diff) | |
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/[email protected]
Signed-off-by: Yifei Li <[email protected]>
Acked-by: Miaohe Lin <[email protected]>
Cc: Jiaqi Yan <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Cc: Naoya Horiguchi <[email protected]>
Cc: Ryan Roberts <[email protected]>
Cc: Shiyang Ruan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions