[PATCH] btrfs.static: needs libbtrfsutil

2018-04-10 Thread Baruch Siach
+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 <bar...@tkos.co.il> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[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 <bar...@tkos.co.il> --- convert/source-fs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/convert/source-fs.h b/convert/source-fs.h index 23f33567b42d..4e5bab