All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] udf: fix novrs mount option
@ 2009-03-06  8:16 Clemens Ladisch
  2009-03-11 15:54 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Clemens Ladisch @ 2009-03-06  8:16 UTC (permalink / raw)
  To: Jan Kara; +Cc: linux-kernel

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

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>

--- 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;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] udf: fix novrs mount option
  2009-03-06  8:16 [PATCH] udf: fix novrs mount option Clemens Ladisch
@ 2009-03-11 15:54 ` Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2009-03-11 15:54 UTC (permalink / raw)
  To: Clemens Ladisch; +Cc: linux-kernel, Andrew Morton

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 <clemens@ladisch.de>
> 
> --- 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 <jack@suse.cz>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-11 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-06  8:16 [PATCH] udf: fix novrs mount option Clemens Ladisch
2009-03-11 15:54 ` Jan Kara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.