Re: [PATCH 0/2] pipe: Fixes [ver #2]

From: Linus Torvalds
Date: Fri Dec 06 2019 - 12:42:23 EST


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