From 693e05942adb91a384739fb353b9ef3c8030a408 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 9 Mar 2020 12:36:10 -0400 Subject: [PATCH] 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 --- misc/mke2fs.conf.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in index 00afd91..01e35cf 100644 --- a/misc/mke2fs.conf.in +++ b/misc/mke2fs.conf.in @@ -45,6 +45,3 @@ blocksize = 4096 inode_size = 128 } - -[options] - fname_encoding = utf8 -- 1.8.3.1