From: Omar Sandoval <osandov@xxxxxx> Hi, I picked up my Btrfs swap file series again and added a few tests as a result. I'm still working on the Btrfs-specific tests, but since Darrick has a pending swap file test, I figured I'd send these out and see if we can combine them. They're a little rough around the edges. Thanks! Omar Sandoval (4): generic: enable swapfile tests on Btrfs generic: add test for dedupe on an active swapfile generic: add test for truncate/fpunch of an active swapfile generic: test invalid swap file activation .gitignore | 2 ++ common/rc | 3 ++ src/Makefile | 2 +- src/mkswap.c | 83 +++++++++++++++++++++++++++++++++++++++++++ src/swapon.c | 24 +++++++++++++ tests/generic/356 | 6 +++- tests/generic/357 | 6 +++- tests/generic/488 | 78 ++++++++++++++++++++++++++++++++++++++++ tests/generic/488.out | 7 ++++ tests/generic/489 | 77 +++++++++++++++++++++++++++++++++++++++ tests/generic/489.out | 8 +++++ tests/generic/490 | 75 ++++++++++++++++++++++++++++++++++++++ tests/generic/490.out | 5 +++ tests/generic/group | 2 ++ 14 files changed, 375 insertions(+), 3 deletions(-) create mode 100644 src/mkswap.c create mode 100644 src/swapon.c create mode 100755 tests/generic/488 create mode 100644 tests/generic/488.out create mode 100755 tests/generic/489 create mode 100644 tests/generic/489.out create mode 100755 tests/generic/490 create mode 100644 tests/generic/490.out -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html