This patches series add support for the F2FS filesystem to libparted, then adds the filesystem to the probing fs test.
Changes since v1: * Rebased onto master * Added f2fs to the probing fs test * Added a cover letter Romain Perier (2): Add support for the F2FS filesystem tests: Add f2fs to the fs probe test libparted/fs/Makefile.am | 1 + libparted/fs/f2fs/f2fs.c | 94 ++++++++++++++++++++++++++++++++++++++++ libparted/libparted.c | 4 ++ tests/t1700-probe-fs.sh | 2 +- 4 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 libparted/fs/f2fs/f2fs.c -- 2.20.1
