Blame SOURCES/0080-fs-ntfs3-Remove-deprecated-mount-options-nls.patch

Kmods SIG 8b815c
From 82cb875313188ccbd3ac174b471c86dcb97b8626 Mon Sep 17 00:00:00 2001
Kmods SIG 8b815c
From: Kari Argillander <kari.argillander@gmail.com>
Kmods SIG 8b815c
Date: Tue, 21 Sep 2021 20:19:01 +0300
Kmods SIG 8b815c
Subject: [Backport 82cb87531318] src: Remove deprecated mount options nls
Kmods SIG 8b815c
Kmods SIG 8b815c
Some discussion has been spoken that this deprecated mount options
Kmods SIG 8b815c
should be removed before 5.15 lands. This driver is not never seen day
Kmods SIG 8b815c
light so it was decided that nls mount option has to be removed. We have
Kmods SIG 8b815c
always possibility to add this if needed.
Kmods SIG 8b815c
Kmods SIG 8b815c
One possible need is example if current ntfs driver will be taken out of
Kmods SIG 8b815c
kernel and ntfs3 needs to support mount options what it has.
Kmods SIG 8b815c
Kmods SIG 8b815c
Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Kmods SIG 8b815c
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Kmods SIG 8b815c
---
Kmods SIG 8b815c
 src/super.c | 4 ----
Kmods SIG 8b815c
 1 file changed, 4 deletions(-)
Kmods SIG 8b815c
Kmods SIG 8b815c
diff --git a/src/super.c b/src/super.c
Kmods SIG 8b815c
index 6a535b144ff961036704ba5a5ac5b1cab7ae9fb4..800897777eb03855f702e8acf15b39d02c1c2fbf 100644
Kmods SIG 8b815c
--- a/src/super.c
Kmods SIG 8b815c
+++ b/src/super.c
Kmods SIG 8b815c
@@ -246,10 +246,6 @@ static const struct fs_parameter_spec ntfs_fs_parameters[] = {
Kmods SIG 8b815c
 	fsparam_flag_no("prealloc",		Opt_prealloc),
Kmods SIG 8b815c
 	fsparam_flag_no("acsrules",		Opt_noacsrules),
Kmods SIG 8b815c
 	fsparam_string("iocharset",		Opt_iocharset),
Kmods SIG 8b815c
-
Kmods SIG 8b815c
-	__fsparam(fs_param_is_string,
Kmods SIG 8b815c
-		  "nls", Opt_iocharset,
Kmods SIG 8b815c
-		  fs_param_deprecated, NULL),
Kmods SIG 8b815c
 	{}
Kmods SIG 8b815c
 };
Kmods SIG 8b815c
 
Kmods SIG 8b815c
-- 
Kmods SIG 8b815c
2.31.1
Kmods SIG 8b815c