Skip to content

Commit

Permalink
vfs: don't parse "silent" option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Miklos Szeredi committed May 14, 2020

Unverified

No user is associated with the committer email.
1 parent caaef1b commit 55923e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/fs_context.c
Original file line number Diff line number Diff line change
@@ -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 },
{ },
};

0 comments on commit 55923e4

Please sign in to comment.