* [PATCH] xfs_io: update bmap help text
@ 2009-12-10 22:01 Eric Sandeen
2009-12-10 22:44 ` Dave Chinner
2009-12-10 23:08 ` Christoph Hellwig
0 siblings, 2 replies; 4+ messages in thread
From: Eric Sandeen @ 2009-12-10 22:01 UTC (permalink / raw)
To: xfs mailing list
Trivial addition of missing argument help text.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
---
iff --git a/io/bmap.c b/io/bmap.c
index f79cf8c..5c4cf48 100644
--- a/io/bmap.c
+++ b/io/bmap.c
@@ -43,6 +43,9 @@ bmap_help(void)
" -a -- prints the attribute fork map instead of the data fork.\n"
" -d -- suppresses a DMAPI read event, offline portions shown as holes.\n"
" -l -- also displays the length of each extent in 512-byte blocks.\n"
+" -n -- query n extents.\n"
+" -p -- obtain all unwritten extents as well (w/ -v show which are unwritten.\n"
+" -v -- Verbose information, specify ag info. Show flags legend on 2nd -v\n"
" Note: the bmap for non-regular files can be obtained provided the file\n"
" was opened appropriately (in particular, must be opened read-only).\n"
"\n"));
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] xfs_io: update bmap help text
2009-12-10 22:01 [PATCH] xfs_io: update bmap help text Eric Sandeen
@ 2009-12-10 22:44 ` Dave Chinner
2009-12-10 23:03 ` Eric Sandeen
2009-12-10 23:08 ` Christoph Hellwig
1 sibling, 1 reply; 4+ messages in thread
From: Dave Chinner @ 2009-12-10 22:44 UTC (permalink / raw)
To: Eric Sandeen; +Cc: xfs mailing list
On Thu, Dec 10, 2009 at 04:01:51PM -0600, Eric Sandeen wrote:
> Trivial addition of missing argument help text.
>
> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
> ---
>
> iff --git a/io/bmap.c b/io/bmap.c
> index f79cf8c..5c4cf48 100644
> --- a/io/bmap.c
> +++ b/io/bmap.c
> @@ -43,6 +43,9 @@ bmap_help(void)
> " -a -- prints the attribute fork map instead of the data fork.\n"
> " -d -- suppresses a DMAPI read event, offline portions shown as holes.\n"
> " -l -- also displays the length of each extent in 512-byte blocks.\n"
> +" -n -- query n extents.\n"
> +" -p -- obtain all unwritten extents as well (w/ -v show which are unwritten.\n"
Closing ')"?
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] xfs_io: update bmap help text
2009-12-10 22:44 ` Dave Chinner
@ 2009-12-10 23:03 ` Eric Sandeen
0 siblings, 0 replies; 4+ messages in thread
From: Eric Sandeen @ 2009-12-10 23:03 UTC (permalink / raw)
To: Dave Chinner; +Cc: xfs mailing list
Dave Chinner wrote:
> On Thu, Dec 10, 2009 at 04:01:51PM -0600, Eric Sandeen wrote:
>> Trivial addition of missing argument help text.
>>
>> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
>> ---
>>
>> iff --git a/io/bmap.c b/io/bmap.c
>> index f79cf8c..5c4cf48 100644
>> --- a/io/bmap.c
>> +++ b/io/bmap.c
>> @@ -43,6 +43,9 @@ bmap_help(void)
>> " -a -- prints the attribute fork map instead of the data fork.\n"
>> " -d -- suppresses a DMAPI read event, offline portions shown as holes.\n"
>> " -l -- also displays the length of each extent in 512-byte blocks.\n"
>> +" -n -- query n extents.\n"
>> +" -p -- obtain all unwritten extents as well (w/ -v show which are unwritten.\n"
>
> Closing ')"?
details details! ;) And with that I have your review? :)
Thanks,
-Eric
> Cheers,
>
> Dave.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] xfs_io: update bmap help text
2009-12-10 22:01 [PATCH] xfs_io: update bmap help text Eric Sandeen
2009-12-10 22:44 ` Dave Chinner
@ 2009-12-10 23:08 ` Christoph Hellwig
1 sibling, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2009-12-10 23:08 UTC (permalink / raw)
To: Eric Sandeen; +Cc: xfs mailing list
On Thu, Dec 10, 2009 at 04:01:51PM -0600, Eric Sandeen wrote:
> Trivial addition of missing argument help text.
>
> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
> ---
>
> iff --git a/io/bmap.c b/io/bmap.c
> index f79cf8c..5c4cf48 100644
> --- a/io/bmap.c
> +++ b/io/bmap.c
> @@ -43,6 +43,9 @@ bmap_help(void)
> " -a -- prints the attribute fork map instead of the data fork.\n"
> " -d -- suppresses a DMAPI read event, offline portions shown as holes.\n"
> " -l -- also displays the length of each extent in 512-byte blocks.\n"
> +" -n -- query n extents.\n"
> +" -p -- obtain all unwritten extents as well (w/ -v show which are unwritten.\n"
> +" -v -- Verbose information, specify ag info. Show flags legend on 2nd -v\n"
Looks good modulo the missing brace as noted by Dave.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-12-10 23:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 22:01 [PATCH] xfs_io: update bmap help text Eric Sandeen
2009-12-10 22:44 ` Dave Chinner
2009-12-10 23:03 ` Eric Sandeen
2009-12-10 23:08 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox