mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-19 03:09:59 +00:00
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 <mszeredi@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
caaef1ba8c
commit
55923e4d7d
@ -52,7 +52,6 @@ static const struct constant_table common_clear_sb_flag[] = {
|
|||||||
{ "nolazytime", SB_LAZYTIME },
|
{ "nolazytime", SB_LAZYTIME },
|
||||||
{ "nomand", SB_MANDLOCK },
|
{ "nomand", SB_MANDLOCK },
|
||||||
{ "rw", SB_RDONLY },
|
{ "rw", SB_RDONLY },
|
||||||
{ "silent", SB_SILENT },
|
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user