On Fri, Dec 6, 2019 at 9:09 AM Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > Does the btrfs test that fails actually require a btrfs filesystem? Nope. DavidH, you can do this: git clone git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git cd btrfs-progs ./autogen.sh make and it looks like that make TEST=016\* test-misc should work - all you need is btrfs and loop built as modules. Linus