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

btrfs: simplify parameters of backref iterators



The inode reference iterator interface takes parameters that are derived
from the context parameter, but as it's a void* type the values are
passed individually.

Change the ctx type to inode_fs_path as it's the only thing we pass and
drop any parameters that are derived from that.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent ad6240f6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment