On Fri, Mar 20, 2020 at 05:43:15PM +0100, Romain Perier wrote: > 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
Thanks! I made one small change, moving the struct and defines into a new f2fs.h file, and fixing up the copyright header. I've merged this into master. Brian -- Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart
