linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/5][64-BIT] Enable 64-bitness in e2image.c
@ 2009-04-08 21:46 Nick Dokos
  2009-04-15 19:54 ` Valerie Aurora Henson
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Dokos @ 2009-04-08 21:46 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: nicholas.dokos, linux-ext4, Valerie Aurora


Add EXT2_FLAG_NEW_BITMAPS to the open_flags for the device.

Signed-off-by: Nick Dokos <nicholas.dokos@hp.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


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

* Re: [PATCH 2/5][64-BIT] Enable 64-bitness in e2image.c
  2009-04-08 21:46 [PATCH 2/5][64-BIT] Enable 64-bitness in e2image.c Nick Dokos
@ 2009-04-15 19:54 ` Valerie Aurora Henson
  0 siblings, 0 replies; 2+ messages in thread
From: Valerie Aurora Henson @ 2009-04-15 19:54 UTC (permalink / raw)
  To: Nick Dokos; +Cc: Theodore Ts'o, linux-ext4

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@hp.com>

Signed-off-by: Valerie Aurora (Henson) <vaurora@redhat.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
> 

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

end of thread, other threads:[~2009-04-15 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 21:46 [PATCH 2/5][64-BIT] Enable 64-bitness in e2image.c Nick Dokos
2009-04-15 19:54 ` Valerie Aurora Henson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).