Re: [PATCH] generic/35[67]: disable swapfile tests on Btrfs

2016-12-06 Thread Darrick J. Wong
On Mon, Dec 05, 2016 at 05:01:28PM -0800, Omar Sandoval wrote: > From: Omar Sandoval > > Btrfs doesn't support swapfiles (yet?), so generic/356 fails > erroneously, and generic/357 only passes by accident. Let's add a > _require_scratch_swapfile helper and add it to these tests. Hehe, good catch

[PATCH] generic/35[67]: disable swapfile tests on Btrfs

2016-12-05 Thread Omar Sandoval
From: Omar Sandoval Btrfs doesn't support swapfiles (yet?), so generic/356 fails erroneously, and generic/357 only passes by accident. Let's add a _require_scratch_swapfile helper and add it to these tests. Signed-off-by: Omar Sandoval --- I have some code enabling swapfiles for Btrfs [1], but