summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJiro SEKIBA <jir@unicus.jp>2010-07-09 18:51:56 +0900
committerJim Meyering <meyering@redhat.com>2011-02-26 11:47:48 +0100
commitd463e7ded8d486c95977f4501969056600a73501 (patch)
tree1142048f0091c4e66108c20250df386aaab034e4 /configure.ac
parentdff6b96b551bec36dfe1c4783184755da72b2901 (diff)
downloadparted-d463e7ded8d486c95977f4501969056600a73501.tar.gz
libparted: add nilfs2 module
* libparted/fs/nilfs2/Makefile.am: New file. * libparted/fs/nilfs2/nilfs2.c: New file. (is_valid_nilfs_sb, nilfs2_probe, nilfs2_clobber): New functions. (ped_file_system_nilfs2_init, ped_file_system_nilfs2_done): Likewise. (nilfs2_ops, nilfs2_type): Define. * libparted/fs/Makefile.am (SUBDIRS): Add nilfs2. * configure.ac (AC_OUTPUT): Add the new Makefile. * libparted/libparted.c: Declare and use the _init and _done functions. Add a new fs module to provide following: - probe nilfs2 filesystem partition - clobber nilfs2 filesystem partition The is_valid_nilfs_sb function came from the grub nilfs2 module, which is written by me and assigned to FSF.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7548e26..1ed2712 100644
--- a/configure.ac
+++ b/configure.ac
@@ -634,6 +634,7 @@ libparted/fs/ntfs/Makefile
libparted/fs/reiserfs/Makefile
libparted/fs/ufs/Makefile
libparted/fs/xfs/Makefile
+libparted/fs/nilfs2/Makefile
libparted/tests/Makefile
libparted.pc
parted/Makefile