sdcardfs: Disable debug

Change-Id: I0a2b64d65239dd06b7405896f03fab6004219bdd
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
Richard Raya 2024-12-12 23:23:43 -03:00
parent 255497bc8d
commit 69d2090cba

View File

@ -93,7 +93,7 @@ static int parse_options(struct super_block *sb, char *options, int silent,
switch (token) {
case Opt_debug:
*debug = 1;
*debug = 0;
break;
case Opt_fsuid:
if (match_int(&args[0], &option))
@ -180,7 +180,7 @@ int parse_options_remount(struct super_block *sb, char *options, int silent,
switch (token) {
case Opt_debug:
debug = 1;
debug = 0;
break;
case Opt_gid:
if (match_int(&args[0], &option))