btrfs-progs: libbtrfs: cleanup libbtrfs.sym exports

Move wrongly placed functions and remove duplicates. Library not
affected.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2021-09-08 11:22:45 +02:00
parent 53c9618ce0
commit 80c9c31055

View File

@ -1,13 +1,12 @@
LIBBTRFS_0.1 {
global:
/* ctree.h */
btrfs_get_subvol;
btrfs_list_get_path_rootid;
btrfs_lookup_uuid_received_subvol_item;
btrfs_lookup_uuid_subvol_item;
/* btrfs-list.h -- not distributed anymore */
btrfs_subvolid_resolve;
btrfs_get_subvol;
btrfs_list_get_path_rootid;
/* radix-tree.h */
radix_tree_delete;