Home
last modified time | relevance | path

Searched hist:ad6240f662cd7dfb449ac83dfcc74afb17750130 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dbackref.cdiff ad6240f662cd7dfb449ac83dfcc74afb17750130 Mon Jun 06 11:52:24 CDT 2022 David Sterba <dsterba@suse.com> btrfs: call inode_to_path directly and drop indirection

The functions for iterating inode reference take a function parameter
but there's only one value, inode_to_path(). Remove the indirection and
call the function. As paths_from_inode would become just an alias for
iterate_irefs(), merge the two into one function.

Signed-off-by: David Sterba <dsterba@suse.com>