Whamcloud - gitweb
mke2fs: disable orphan_file if the fs is too small to support a journal
authorTheodore Ts'o <tytso@mit.edu>
Thu, 1 Sep 2022 19:15:33 +0000 (15:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 1 Sep 2022 19:44:31 +0000 (15:44 -0400)
commit2e6b62711bab9d6eef6dda29d5e58d28aea0af66
treeff5c5e0bd6a5805e58a3cdbf7406c967d4281f1c
parent515268b0bd27987ba919f92d8e9aa2d3bb0f11bc
mke2fs: disable orphan_file if the fs is too small to support a journal

Otherwise, e2fsck will complain that resulting file system has the
orphan_file feature set without the journal being enabled.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c