Skip to content

Commit 55923e4

Browse files
author
Miklos Szeredi
committed
vfs: don't parse "silent" option
Parsing "silent" and clearing SB_SILENT makes zero sense. Parsing "silent" and setting SB_SILENT would make a bit more sense, but apparently nobody cares. Signed-off-by: Miklos Szeredi <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]>
1 parent caaef1b commit 55923e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/fs_context.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ static const struct constant_table common_clear_sb_flag[] = {
5252
{ "nolazytime", SB_LAZYTIME },
5353
{ "nomand", SB_MANDLOCK },
5454
{ "rw", SB_RDONLY },
55-
{ "silent", SB_SILENT },
5655
{ },
5756
};
5857

0 commit comments

Comments
 (0)