diff --git a/[refs] b/[refs] index c37743728e0c..69ce649a0187 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 59285c28d18b77437e6dc7c2abb9aaee10ec3a75 +refs/heads/master: 4136801aec27b56ae4d06b638b4e9956346b08c8 diff --git a/trunk/fs/udf/super.c b/trunk/fs/udf/super.c index 4457da0e0bc9..36a467ca1622 100644 --- a/trunk/fs/udf/super.c +++ b/trunk/fs/udf/super.c @@ -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;