Re: Btrfs progs release 5.2.1

2019-07-30 Thread Baruch Siach
Hi David, On Fri, Jul 26 2019, David Sterba wrote: > btrfs-progs version 5.2.1 have been released. This is a bugfix release. > > Changes: > * scrub status: fix ETA calculation after resume > * check: fix crash when using -Q > * restore: fix symlink owner restoration > * mkfs: fix regressio

[PATCH] btrfs.static: needs libbtrfsutil

2018-04-10 Thread Baruch Siach
.prop_read_only+0x70): undefined reference to `btrfs_util_set_subvolume_read_only' ... Makefile:457: recipe for target 'btrfs.static' failed make[1]: *** [btrfs.static] Error 1 Signed-off-by: Baruch Siach --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[PATCH] btrfs-progs: convert: add missing types header

2017-10-31 Thread Baruch Siach
); ^ convert/source-fs.c:31:1: error: unknown type name ‘dev_t’ dev_t decode_dev(u32 dev) ^ Signed-off-by: Baruch Siach --- convert/source-fs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/convert/source-fs.h b/convert/source-fs.h index 23f33567b42d..4e5babefe6a2 100644 --- a/convert