diff options
author | 2024-06-28 23:38:17 -0500 | |
---|---|---|
committer | 2024-07-10 22:47:57 +0000 | |
commit | 54f43a10fa257ad4af02a1d157fefef6ebcfa7dc (patch) | |
tree | 8d2d087a10d3dede6c8bbaccf49ce589e0c4f391 /scripts/gdb/linux/modules.py | |
parent | f2fs: fix null reference error when checking end of zone (diff) | |
download | wireguard-linux-54f43a10fa257ad4af02a1d157fefef6ebcfa7dc.tar.xz wireguard-linux-54f43a10fa257ad4af02a1d157fefef6ebcfa7dc.zip |
f2fs: remove unreachable lazytime mount option parsing
The lazytime/nolazytime options are now handled in the VFS, and are
never seen in filesystem parsers, so remove handling of these
options from f2fs.
Note: when lazytime support was added in 6d94c74ab85f it made
lazytime the default in default_options() - as a result, lazytime
cannot be disabled (because Opt_nolazytime is never seen in f2fs
parsing).
If lazytime is desired to be configurable, and default off is OK,
default_options() could be updated to stop setting it by default
and allow mount option control.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions