mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-28 07:50:32 +00:00
There are two functions for resolving subvolume id path, but one is less convenient and pulls a lot of dependencies. This is btrfs_list_path_for_root, where the idea is to have the whole tree of subvolumes and query it as needed. For simple path resolution we already have btrfs_subvolid_resolve and it's also in the public API, so we can use it and drop the other one. This in turn allows to drop btrfs-list.o from build dependencies. Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
send-stream.c | ||
send-stream.h | ||
send-utils.c | ||
send-utils.h |