We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b051683 commit cbd445dCopy full SHA for cbd445d
fs/exfat/super.c
@@ -151,7 +151,6 @@ static int exfat_show_options(struct seq_file *m, struct dentry *root)
151
seq_puts(m, ",iocharset=utf8");
152
else if (sbi->nls_io)
153
seq_printf(m, ",iocharset=%s", sbi->nls_io->charset);
154
- seq_printf(m, ",bps=%ld", sb->s_blocksize);
155
if (opts->errors == EXFAT_ERRORS_CONT)
156
seq_puts(m, ",errors=continue");
157
else if (opts->errors == EXFAT_ERRORS_PANIC)
0 commit comments