Re: [PATCH 4/6] mm: remove iterator use outside the loop

From: Xiaomeng Tong
Date: Tue Mar 01 2022 - 07:19:45 EST


I'm sorry for have created the confusion. I made this patch to remove
the use of iterator (in this patch is "lru", "s", "s", "s2") outside
the list_for_each_entry* loop, using the new *_inside macros instead
which are introduced in PATCH 2/6, and to prove the effectiveness of
the new macros.

Best regards,
--
Xiaomeng Tong