aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Rosenberg <drosen@google.com>2017-09-08 17:20:06 -0700
committerAmit Pundir <amit.pundir@linaro.org>2017-09-18 21:14:36 +0100
commiteebd4781fb3bb7b47568d8747d97d269d2649ec9 (patch)
treef52768f87f60e281a6d7e5dbcb9ef9bd1815df7d
parentc1f83c68577d7e9de5f66cee112a6d791a78eab1 (diff)
ANDROID: sdcardfs: Add missing break
Signed-off-by: Daniel Rosenberg <drosen@google.com> Bug: 63245673 Change-Id: I5fc596420301045895e5a9a7e297fd05434babf9
-rw-r--r--fs/sdcardfs/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sdcardfs/main.c b/fs/sdcardfs/main.c
index 1e73b3ace563..0a2b5167e9a2 100644
--- a/fs/sdcardfs/main.c
+++ b/fs/sdcardfs/main.c
@@ -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)