mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
udf: fix novrs mount option
The novrs mount option was broken due to a missing break. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
parent
59285c28d1
commit
4136801aec
1 changed files with 1 additions and 0 deletions
|
@ -439,6 +439,7 @@ static int udf_parse_options(char *options, struct udf_options *uopt,
|
||||||
switch (token) {
|
switch (token) {
|
||||||
case Opt_novrs:
|
case Opt_novrs:
|
||||||
uopt->novrs = 1;
|
uopt->novrs = 1;
|
||||||
|
break;
|
||||||
case Opt_bs:
|
case Opt_bs:
|
||||||
if (match_int(&args[0], &option))
|
if (match_int(&args[0], &option))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue