commit | 8098da7094b181b92e5a6fb284e161e012eca7d7 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Wed Jun 24 18:03:12 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 07 21:00:36 2020 -0400 |
tree | cbe78a36495fecfd635519f5c1d83b5ee7c9078d | |
parent | e3427184f38a3a5d2ac9a3c200a5c3fc17592ec6 [diff] |
fs: btrfs: Introduce function to resolve path in one subvolume This patch introduces a new function, get_path_in_subvolume(), which resolves inode number into path inside a subvolume. This function will be later used for btrfs subvolume list functionality. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>