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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 15 Apr 2009 15:54:49 -0400
From:	Valerie Aurora Henson <vaurora@...hat.com>
To:	Nick Dokos <nicholas.dokos@...com>
Cc:	"Theodore Ts'o" <tytso@....edu>, linux-ext4@...r.kernel.org
Subject: Re: [PATCH 2/5][64-BIT] Enable 64-bitness in e2image.c

On Wed, Apr 08, 2009 at 05:46:26PM -0400, Nick Dokos wrote:
> 
> Add EXT2_FLAG_NEW_BITMAPS to the open_flags for the device.
> 
> Signed-off-by: Nick Dokos <nicholas.dokos@...com>

Signed-off-by: Valerie Aurora (Henson) <vaurora@...hat.com>

> ---
>  misc/e2image.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/misc/e2image.c b/misc/e2image.c
> index fb92881..5c4dde7 100644
> --- a/misc/e2image.c
> +++ b/misc/e2image.c
> @@ -625,7 +625,7 @@ int main (int argc, char ** argv)
>  	errcode_t retval;
>  	ext2_filsys fs;
>  	char *image_fn;
> -	int open_flag = 0;
> +	int open_flag = EXT2_FLAG_NEW_BITMAPS;
>  	int raw_flag = 0;
>  	int install_flag = 0;
>  	int scramble_flag = 0;
> -- 
> 1.6.0.6
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ