[parted-devel] [PATCH] libparted: add nilfs2 module
Jim Meyering
jim at meyering.net
Sat Mar 5 18:50:04 UTC 2011
Jiro SEKIBA wrote:
> Hi,
>
> This is a new fs module to provide following:
> - probe nilfs2 filesystem partition
> - clobber nilfs2 filesystem partition
>
> I bollowed a is_valid_nilfs_sb function from grub nilfs2 module,
> which is written by me and assigned to FSF.
> Therefore I added Copyright as FSF and thus GPL3 code.
>
> Signed-off-by: Jiro SEKIBA <jir at unicus.jp>
> ---
> configure.ac | 1 +
> libparted/fs/Makefile.am | 6 +-
> libparted/fs/nilfs2/Makefile.am | 8 ++
> libparted/fs/nilfs2/nilfs2.c | 199 +++++++++++++++++++++++++++++++++++++++
> libparted/libparted.c | 4 +
> 5 files changed, 216 insertions(+), 2 deletions(-)
> create mode 100644 libparted/fs/nilfs2/Makefile.am
> create mode 100644 libparted/fs/nilfs2/nilfs2.c
Thank you again.
I've applied your patch with minor log adjustments,
and added a test to exercise the new functionality.
More information about the parted-devel
mailing list