projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caaef1b
)
vfs: don't parse "silent" option
author
Miklos Szeredi
<mszeredi@redhat.com>
Thu, 14 May 2020 14:44:25 +0000
(16:44 +0200)
committer
Miklos Szeredi
<mszeredi@redhat.com>
Thu, 14 May 2020 14:44:25 +0000
(16:44 +0200)
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>
fs/fs_context.c
patch
|
blob
|
history
diff --git
a/fs/fs_context.c
b/fs/fs_context.c
index 82019569d493faef1026606cb26b46737aa4fd0d..7d5c5dd2b1d5af34559dfcca079089aa93ddec37 100644
(file)
--- a/
fs/fs_context.c
+++ b/
fs/fs_context.c
@@
-52,7
+52,6
@@
static const struct constant_table common_clear_sb_flag[] = {
{ "nolazytime", SB_LAZYTIME },
{ "nomand", SB_MANDLOCK },
{ "rw", SB_RDONLY },
- { "silent", SB_SILENT },
{ },
};