ANDROID: sdcardfs: Add missing break
Signed-off-by: Daniel Rosenberg <drosen@google.com> Bug: 63245673 Change-Id: I5fc596420301045895e5a9a7e297fd05434babf9
This commit is contained in:
parent
eb6a6f7a16
commit
3ecb1c95c8
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ static int parse_options(struct super_block *sb, char *options, int silent,
|
|||
break;
|
||||
case Opt_gid_derivation:
|
||||
opts->gid_derivation = true;
|
||||
break;
|
||||
/* unknown option */
|
||||
default:
|
||||
if (!silent)
|
||||
|
|
Loading…
Add table
Reference in a new issue