ANDROID: sdcardfs: Add missing break
authorDaniel Rosenberg <drosen@google.com>
Sat, 9 Sep 2017 00:20:06 +0000 (17:20 -0700)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:44 +0000 (18:03 +0200)
Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 63245673
Change-Id: I5fc596420301045895e5a9a7e297fd05434babf9

fs/sdcardfs/main.c

index c2761cdaf28ca0ed0c88a57faf0f0590cc9da996..909193e1687bdfe314ddd8b1ea2a85263de628f2 100644 (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)