David Sterba
94fced6353
btrfs-progs: build: drop kernel-lib from -I and update paths
...
Include the files by full path to avoid any confusion in case of
potentially duplicate names.
Signed-off-by: David Sterba <dsterba@suse.com>
2019-07-03 20:49:04 +02:00
David Sterba
440e8b9830
btrfs-progs: shared: rename ulist_fini to ulist_release
...
Sync the file with kernel version.
Signed-off-by: David Sterba <dsterba@suse.com>
2019-01-16 21:16:14 +01:00
David Sterba
2fefed2601
btrfs-progs: shared: cleanup includes in ulist.c
...
Signed-off-by: David Sterba <dsterba@suse.com>
2017-03-08 13:00:47 +01:00
David Sterba
390db8a346
btrfs-progs: shared: remove debug code from ulist
...
Sync with kernel sources, we don't define CONFIG_BTRFS_DEBUG in
userspace anyway.
Signed-off-by: David Sterba <dsterba@suse.com>
2017-03-08 13:00:47 +01:00
David Sterba
4049542d4f
btrfs-progs: shared: copy ulist_del from kernel
...
Signed-off-by: David Sterba <dsterba@suse.com>
2017-03-08 13:00:47 +01:00
David Sterba
886a8565e0
btrfs-progs: move ulist.[ch] to kernel-shared
...
The implementation of ulist_* is same for kernel and userspace, without
dependencies, so we can keep it separately for code sync.
Signed-off-by: David Sterba <dsterba@suse.com>
2017-03-08 13:00:47 +01:00