lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 11 Mar 2009 16:54:57 +0100
From:	Jan Kara <jack@...e.cz>
To:	Clemens Ladisch <clemens@...isch.de>
Cc:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>
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 <clemens@...isch.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@...e.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ