Skip to content
Commit ef923440 authored by David Sterba's avatar David Sterba
Browse files

btrfs: open code btrfs_backref_get_eb()



The helper is trivial, we can inline it. It's safe to remove the 'if' as
the iterator is always valid when used, the potential NULL was never
checked anyway.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 56430c14
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