ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCAN
authorOjaswin Mujoo <ojaswin@linux.ibm.com>
Tue, 15 Mar 2022 11:44:54 +0000 (17:14 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 11 May 2022 11:57:33 +0000 (07:57 -0400)
After recent changes to the mb_optimize_scan mount option
the DEFAULT_MB_OPTIMIZE_SCAN is no longer needed so get
rid of it.

Signed-off-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/r/20220315114454.104182-1-ojaswin@linux.ibm.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c

index 1466fbdbc8e345974b07c48c05aee1de79f0a1de..218f6bc83368a9a8e24b952ad5fb0644bf77b841 100644 (file)
@@ -1867,7 +1867,6 @@ static const struct fs_parameter_spec ext4_param_specs[] = {
 };
 
 #define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
-#define DEFAULT_MB_OPTIMIZE_SCAN       (-1)
 
 static const char deprecated_msg[] =
        "Mount option \"%s\" will be removed by %s\n"