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