mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ANDROID: sdcardfs: Add missing break
Signed-off-by: Daniel Rosenberg <drosen@google.com> Bug: 63245673 Change-Id: I5fc596420301045895e5a9a7e297fd05434babf9
This commit is contained in:
committed by
Amit Pundir
parent
c1f83c6857
commit
eebd4781fb
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user