2009-03-06 08:17:10

by Clemens Ladisch

[permalink] [raw]
Subject: [PATCH] udf: fix novrs mount option

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

Signed-off-by: Clemens Ladisch <[email protected]>

--- linux-2.6.orig/fs/udf/super.c
+++ linux-2.6/fs/udf/super.c
@@ -428,6 +428,7 @@ static int udf_parse_options(char *optio
switch (token) {
case Opt_novrs:
uopt->novrs = 1;
+ break;
case Opt_bs:
if (match_int(&args[0], &option))
return 0;


2009-03-11 15:55:19

by Jan Kara

[permalink] [raw]
Subject: Re: [PATCH] udf: fix novrs mount option

On Fri 06-03-09 09:16:49, Clemens Ladisch wrote:
> The novrs mount option was broken due to a missing break.
>
> Signed-off-by: Clemens Ladisch <[email protected]>
>
> --- linux-2.6.orig/fs/udf/super.c
> +++ linux-2.6/fs/udf/super.c
> @@ -428,6 +428,7 @@ static int udf_parse_options(char *optio
> switch (token) {
> case Opt_novrs:
> uopt->novrs = 1;
> + break;
> case Opt_bs:
> if (match_int(&args[0], &option))
> return 0;
Thanks for the patch. Merged into UDF tree.

Honza

--
Jan Kara <[email protected]>
SUSE Labs, CR