]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs: remove use-once default macros
authorEric Sandeen <sandeen@sandeen.net>
Wed, 3 Jan 2018 20:10:10 +0000 (14:10 -0600)
committerEric Sandeen <sandeen@redhat.com>
Wed, 3 Jan 2018 20:10:10 +0000 (14:10 -0600)
commit129d98a9966aef9c9c7c540fcd35d8cbfa500c97
treeb346b1a71dba5f53263d0d2477ff5cda63ca22a6
parent852b32584e25ce004f6a132b04a1f36b1dc23670
mkfs: remove use-once default macros

sb_feat was a weird mishmash of hardcoded defaults and macros
(which were used in only this place).

Make it consistent by removing the use-once macros, and remove
the unused XFS_DFL_LOG_SIZE while we're in here.

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