linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] E2fsprogs: add missing usage for No_COW
@ 2012-06-13  7:47 Liu Bo
  2012-06-13  8:38 ` Roman Mamedov
  2012-06-14  2:47 ` Ted Ts'o
  0 siblings, 2 replies; 3+ messages in thread
From: Liu Bo @ 2012-06-13  7:47 UTC (permalink / raw)
  To: linux-ext4; +Cc: linux-btrfs

Add the missing usage for No_COW since we've supported No_COW flag.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
---
 misc/chattr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/misc/chattr.c b/misc/chattr.c
index 141ea6e..24254cc 100644
--- a/misc/chattr.c
+++ b/misc/chattr.c
@@ -83,7 +83,7 @@ static unsigned long sf;
 static void usage(void)
 {
 	fprintf(stderr,
-		_("Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"),
+		_("Usage: %s [-RVf] [-+=AacDdeijsSuC] [-v version] files...\n"),
 		program_name);
 	exit(1);
 }
-- 
1.6.5.2


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

* Re: [PATCH] E2fsprogs: add missing usage for No_COW
  2012-06-13  7:47 [PATCH] E2fsprogs: add missing usage for No_COW Liu Bo
@ 2012-06-13  8:38 ` Roman Mamedov
  2012-06-14  2:47 ` Ted Ts'o
  1 sibling, 0 replies; 3+ messages in thread
From: Roman Mamedov @ 2012-06-13  8:38 UTC (permalink / raw)
  To: Liu Bo; +Cc: linux-ext4, linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 958 bytes --]

On Wed, 13 Jun 2012 15:47:13 +0800
Liu Bo <liubo2009@cn.fujitsu.com> wrote:

> Add the missing usage for No_COW since we've supported No_COW flag.
> 
> Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
> ---
>  misc/chattr.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/misc/chattr.c b/misc/chattr.c
> index 141ea6e..24254cc 100644
> --- a/misc/chattr.c
> +++ b/misc/chattr.c
> @@ -83,7 +83,7 @@ static unsigned long sf;
>  static void usage(void)
>  {
>  	fprintf(stderr,
> -		_("Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"),
> +		_("Usage: %s [-RVf] [-+=AacDdeijsSuC] [-v version] files...\n"),
>  		program_name);
>  	exit(1);
>  }

These were sorted alphabetically so the better way would be to use AaCcDdeijsSu

-- 
With respect,
Roman

~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Stallman had a printer,
with code he could not see.
So he began to tinker,
and set the software free."

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH] E2fsprogs: add missing usage for No_COW
  2012-06-13  7:47 [PATCH] E2fsprogs: add missing usage for No_COW Liu Bo
  2012-06-13  8:38 ` Roman Mamedov
@ 2012-06-14  2:47 ` Ted Ts'o
  1 sibling, 0 replies; 3+ messages in thread
From: Ted Ts'o @ 2012-06-14  2:47 UTC (permalink / raw)
  To: Liu Bo; +Cc: linux-ext4, linux-btrfs

On Wed, Jun 13, 2012 at 03:47:13PM +0800, Liu Bo wrote:
> Add the missing usage for No_COW since we've supported No_COW flag.
> 
> Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>

Applied, thanks.

						- Ted

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

end of thread, other threads:[~2012-06-14  2:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13  7:47 [PATCH] E2fsprogs: add missing usage for No_COW Liu Bo
2012-06-13  8:38 ` Roman Mamedov
2012-06-14  2:47 ` Ted Ts'o

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).