]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf1d918be58400ee72793e18b9afcea2df891c12f
tree9a1e1b5cc904b5e35f26550a62eafdd242017877
parent2cadc5e1df6d19f1935389b4bf6317d20447e536
ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIME

The lazytime and nolazytime mount options were added temporarily back in
2015 with commit d1a47ce208a1 ("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