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)
commit7e0d0d44001506bc42932b5e37baaab84f0397cf
treee0382aec317f89eebbbcd88716dac3720864c36e
parent672c0c5173427e6b3e2a9bbb7be51ceeec78093a
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 <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