Home
last modified time | relevance | path

Searched hist:"875 d1daa7bc683821a4209e1c6aab24909e95217" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dbackref.cdiff 875d1daa7bc683821a4209e1c6aab24909e95217 Mon Jun 06 12:06:17 CDT 2022 David Sterba <dsterba@suse.com> 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>