btrfs: simplify parameters of backref iterators
authorDavid Sterba <dsterba@suse.com>
Mon, 6 Jun 2022 17:06:17 +0000 (19:06 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:45:36 +0000 (17:45 +0200)
commit875d1daa7bc683821a4209e1c6aab24909e95217
tree6835b3cbc872db815b305229ba328136780a72c6
parentad6240f662cd7dfb449ac83dfcc74afb17750130
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: David Sterba <dsterba@suse.com>
fs/btrfs/backref.c