]> www.infradead.org Git - users/hch/xfsprogs.git/commit
mkfs: remove notion of config "type"
authorEric Sandeen <sandeen@redhat.com>
Fri, 15 Jun 2018 02:22:52 +0000 (21:22 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 15 Jun 2018 02:22:52 +0000 (21:22 -0500)
commit5058161379ffed1a91f0507080a588a9a5b50a97
tree32c74a27018ce1bcecdf67e73d592ad6f013e780
parentdf8584da133c5e031fd0f672de5c3d954a286447
mkfs: remove notion of config "type"

The whole notion of a defaults "type" led to complications that
simply doesn't need to be there.  If a configuration file was
used for defaults, simply state that fact and carry on.

This also removes ambiguity for config files specified as
a relative path by calling realpath.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
mkfs/config.c
mkfs/config.h
mkfs/xfs_mkfs.c