aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOjaswin Mujoo <[email protected]>2022-03-15 17:14:54 +0530
committerTheodore Ts'o <[email protected]>2022-05-11 07:57:33 -0400
commit7e0d0d44001506bc42932b5e37baaab84f0397cf (patch)
treee0382aec317f89eebbbcd88716dac3720864c36e
parent672c0c5173427e6b3e2a9bbb7be51ceeec78093a (diff)
ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCAN
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 <[email protected]> Reviewed-by: Ritesh Harjani <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
-rw-r--r--fs/ext4/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 1466fbdbc8e3..218f6bc83368 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -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"