Skip to content
Commit d7641a49 authored by Byongho Lee's avatar Byongho Lee Committed by David Sterba
Browse files

btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entry



There is no removing list element while iterating over list.
So, replace list_for_each_entry_safe to list_for_each_entry.

Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarByongho Lee <bhlee.kernel@gmail.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent f2f767e7
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