aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPino Toscano <ptoscano@redhat.com>2020-03-09 12:36:10 -0400
committerTheodore Ts'o <tytso@mit.edu>2020-03-09 12:36:10 -0400
commit693e05942adb91a384739fb353b9ef3c8030a408 (patch)
tree5c20b660d5db6f61fcb16a4ddd0988f1f5fb7996
parentca84539d5fa32061fa1ea09296990b30866f1f84 (diff)
downloade2fsprogs-693e05942adb91a384739fb353b9ef3c8030a408.tar.gz
mke2fs.conf: remove options.fname_encoding
Introduced with commit e7236a9476cd1fa5296fbc4aa573b36426901a08, it was later renamed to encoding, and turned into a fs_type-only option with commit 28887533bb64db318e74c38cd9c0ad6d0bb2ced2. Hence, remove an option that does not exist in the default configuration. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--misc/mke2fs.conf.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
index 00afd9128..01e35cf83 100644
--- a/misc/mke2fs.conf.in
+++ b/misc/mke2fs.conf.in
@@ -45,6 +45,3 @@
blocksize = 4096
inode_size = 128
}
-
-[options]
- fname_encoding = utf8