ANDROID: sdcardfs: Add missing break

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 63245673
Change-Id: I5fc596420301045895e5a9a7e297fd05434babf9
Git-commit: 882f485930317c6c0a70fb60eb622dfb664b3104
Git-repo: https://android.googlesource.com/kernel/common/
Signed-off-by: Srinivasarao P <spathi@codeaurora.org>
This commit is contained in:
Daniel Rosenberg 2017-09-08 17:20:06 -07:00 committed by Joel16
parent a37a66b197
commit f110ab5277

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)