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

Commit 4136801a authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jan Kara
Browse files

udf: fix novrs mount option



The novrs mount option was broken due to a missing break.

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 59285c28
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -439,6 +439,7 @@ static int udf_parse_options(char *options, struct udf_options *uopt,
		switch (token) {
		case Opt_novrs:
			uopt->novrs = 1;
			break;
		case Opt_bs:
			if (match_int(&args[0], &option))
				return 0;