mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ntntfs3-oot: compact with upstream kernel
This commit is contained in:
parent
d9316c5814
commit
d000d8cb9a
14
package/lean/ntfs3-oot/patches/100-compact-mount.patch
Normal file
14
package/lean/ntfs3-oot/patches/100-compact-mount.patch
Normal file
@ -0,0 +1,14 @@
|
||||
--- a/super.c
|
||||
+++ b/super.c
|
||||
@@ -581,9 +581,9 @@ static int ntfs_show_options(struct seq_file *m, struct dentry *root)
|
||||
if (opts->dmask)
|
||||
seq_printf(m, ",dmask=%04o", ~opts->fs_dmask_inv);
|
||||
if (opts->nls)
|
||||
- seq_printf(m, ",nls=%s", opts->nls->charset);
|
||||
+ seq_printf(m, ",iocharset=%s", opts->nls->charset);
|
||||
else
|
||||
- seq_puts(m, ",nls=utf8");
|
||||
+ seq_puts(m, ",iocharset=utf8");
|
||||
if (opts->sys_immutable)
|
||||
seq_puts(m, ",sys_immutable");
|
||||
if (opts->discard)
|
Loading…
Reference in New Issue
Block a user