ANDROID: sdcardfs: Add missing break

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 63245673
Change-Id: I5fc596420301045895e5a9a7e297fd05434babf9
This commit is contained in:
Daniel Rosenberg 2017-09-08 17:20:06 -07:00
parent eb6a6f7a16
commit 3ecb1c95c8

View file

@ -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)