Re: [PATCH v2] ext4: Change list_for_each* to list_for_each_entry*

From: Theodore Ts'o
Date: Wed Feb 03 2021 - 00:07:04 EST


On Mon, Jan 11, 2021 at 10:37:26AM +0900, Daejun Park wrote:
> In the fast_commit.c, list_for_each* + list_entry can be changed to
> list_for_each_entry*. It reduces number of variables and lines.
>
> Signed-off-by: Daejun Park <daejun7.park@xxxxxxxxxxx>

Thanks, applied.

- Ted