linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Valerie Aurora Henson <vaurora@redhat.com>
To: Nick Dokos <nicholas.dokos@hp.com>
Cc: "Theodore Ts'o" <tytso@mit.edu>, linux-ext4@vger.kernel.org
Subject: Re: [PATCH 2/5][64-BIT] Enable 64-bitness in e2image.c
Date: Wed, 15 Apr 2009 15:54:49 -0400	[thread overview]
Message-ID: <20090415195449.GD1668@shell> (raw)
In-Reply-To: <11643.1239227186@alphaville.usa.hp.com>

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
> 

      reply	other threads:[~2009-04-15 19:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090415195449.GD1668@shell \
    --to=vaurora@redhat.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=nicholas.dokos@hp.com \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).