]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs: add initial ini format config file parsing support
authorDave Chinner <dchinner@redhat.com>
Fri, 20 Nov 2020 22:03:29 +0000 (17:03 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 20 Nov 2020 22:03:29 +0000 (17:03 -0500)
commit33c6251683d5290227d584ee839cfcb58b9c396e
tree7d243363b431bcc31dd3fdc2e73e0e6e3387a6c9
parent50949a0f96bcf6ed4f112b8e533e5c4366baac47
mkfs: add initial ini format config file parsing support

Add the framework that will allow the config file to be supplied on
the CLI and passed to the library that will parse it. This does not
yet do any option parsing from the config file.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
mkfs/Makefile
mkfs/xfs_mkfs.c