]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkfs-util: Always use "default" usage type for ext filesystems
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 12 Mar 2023 14:15:35 +0000 (15:15 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 12 Mar 2023 14:15:35 +0000 (15:15 +0100)
commit59c3c195f432243a1d4b2a7210e9699db83cb335
treee4160e3b6d103f4265e981cece10a9c233bac734
parent7d28e496e827ef5f118251b61a8548c05bb1f837
mkfs-util: Always use "default" usage type for ext filesystems

If no usage type is explicitly specified, ext will choose one based
on the filesystem size. Let's override this and always use the
"default" usage type so that we can create filesystems that are
initially small but might grow later without opting in to the "small"
usage type.
src/shared/mkfs-util.c