Skip to content

Commit 7e0d0d4

Browse files
OjaswinMtytso
authored andcommitted
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]>
1 parent 672c0c5 commit 7e0d0d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ext4/super.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,6 @@ static const struct fs_parameter_spec ext4_param_specs[] = {
18671867
};
18681868

18691869
#define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
1870-
#define DEFAULT_MB_OPTIMIZE_SCAN (-1)
18711870

18721871
static const char deprecated_msg[] =
18731872
"Mount option \"%s\" will be removed by %s\n"

0 commit comments

Comments
 (0)