Skip to content
Commit 96e7c02d authored by Daejun Park's avatar Daejun Park Committed by Theodore Ts'o
Browse files

ext4: Change list_for_each* to list_for_each_entry*



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: default avatarDaejun Park <daejun7.park@samsung.com>
Link: https://lore.kernel.org/r/20210111013726epcms2p4579ae56040d7043db785bf0d0a785dc7@epcms2p4
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 027f14f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment