ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIME
authorLukas Czerner <lczerner@redhat.com>
Wed, 22 Dec 2021 10:45:16 +0000 (11:45 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 23 Dec 2021 15:34:03 +0000 (10:34 -0500)
commit4437992be7ca3ac5dd0a62cad10357112d4fb43e
tree9a1e1b5cc904b5e35f26550a62eafdd242017877
parent4c2467287779f744cdd70c8ec70903034d6584f0
ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIME

The lazytime and nolazytime mount options were added temporarily back in
2015 with commit a26f49926da9 ("ext4: add optimization for the lazytime
mount option"). It think it has been enough time for the util-linux with
lazytime support to get widely used. Remove the mount options.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Link: https://lore.kernel.org/r/20211222104517.11187-1-lczerner@redhat.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c