btrfs-progs/libbtrfs
David Sterba 6b5c089469 btrfs-progs: libbtrfs: make own copy of files implementing the API
The two files send-stream and send-utils contain the implementations of
the exported API, which was just for send stream. This was the original
idea. That libbtrfs contains another 40 files was a result of
unclean/missing library design and had to be done that way to resolve
the symbols due to dependencies.

That the same files have been used for both internal and public library
has prevented refactoring and cleanups and was always a risk of breaking
something.

Make separate copy for libbtrfs utils and allow any cleanups and
reduction of number of build objects. The API hasn't changed since the
beginning so there's low risk of missing some fixes from the internal
code.

Signed-off-by: David Sterba <dsterba@suse.com>
2021-10-08 20:46:34 +02:00
..
send-stream.c btrfs-progs: libbtrfs: make own copy of files implementing the API 2021-10-08 20:46:34 +02:00
send-stream.h btrfs-progs: libbtrfs: make own copy of files implementing the API 2021-10-08 20:46:34 +02:00
send-utils.c btrfs-progs: libbtrfs: make own copy of files implementing the API 2021-10-08 20:46:34 +02:00
send-utils.h btrfs-progs: libbtrfs: make own copy of files implementing the API 2021-10-08 20:46:34 +02:00