]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs: distinguish between struct sb_feat_args and struct cli_params
authorLuis R. Rodriguez <mcgrof@kernel.org>
Mon, 11 Jun 2018 15:33:14 +0000 (10:33 -0500)
committerEric Sandeen <sandeen@redhat.com>
Mon, 11 Jun 2018 15:33:14 +0000 (10:33 -0500)
commit14da4b662c0d0fcc75b85d4f9803013259253c6a
treeb03e09a51495753c7808975339c28dcef41c37bb
parentcb1b013b265e0e4f13b7a2d2a06dbd39091cc05f
mkfs: distinguish between struct sb_feat_args and struct cli_params

The struct sb_feat_args will actually be shared between the code which
processes command line options and the configuration file, as such we
need to clarify and reflect this clearly in documentation.

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