Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a8322aa authored by Daniel Rosenberg's avatar Daniel Rosenberg
Browse files

ANDROID: sdcardfs: fix fall through in param parsing



Fixes: commit bafafd36 ("ANDROID: sdcardfs: Add sdcardfs filesystem")
Change-Id: I936ac03b999095d46810c0ca55a7a29cab52d82a
Signed-off-by: default avatarDaniel Rosenberg <drosen@google.com>
parent dba13606
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ static int sdcardfs_parse_param(struct fs_context *fc, struct fs_parameter *para
	switch (opt) {
	case Opt_debug:
		opts->debug = true;
		break;
	case Opt_fsuid:
		opts->fs_low_uid = result.uint_32;
		break;