mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: sdcardfs: fix fall through in param parsing
Fixes: commit bafafd3663 ("ANDROID: sdcardfs: Add sdcardfs filesystem")
Change-Id: I936ac03b999095d46810c0ca55a7a29cab52d82a
Signed-off-by: Daniel Rosenberg <drosen@google.com>
This commit is contained in:
parent
dba13606c5
commit
2a8322aa8a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user