]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2e3a7563a4ecd099f6236c65d6f37d00b0c49f5
tree6835b3cbc872db815b305229ba328136780a72c6
parent8615da95e70031bd15e92d0b1e21caf6d35c89f6
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