btrfs: remove standalone "nologreplay" mount option
authorQu Wenruo <wqu@suse.com>
Wed, 14 May 2025 03:41:03 +0000 (13:11 +0930)
committerDavid Sterba <dsterba@suse.com>
Fri, 16 May 2025 17:16:22 +0000 (19:16 +0200)
commit8af94e772ef7bede90895318a3fda6c68a652774
tree190d9e6b5d0fe1616b0d9512aed63a4e51f55e48
parent1ce06d45d92242ffd9c576b736e1e755531fe6dd
btrfs: remove standalone "nologreplay" mount option

Standalone "nologreplay" mount option has been marked deprecated since
commit 74ef00185eb8 ("btrfs: introduce "rescue=" mount option"), which
dates back to v5.9 (2020).

Furthermore there is no other filesystem with the same named mount
option, so this one is btrfs specific and we will not hit the same
problem when removing "norecovery" mount option.

So let's remove the standalone "nologreplay" mount option.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c