search for: 2f0228f

Displaying 1 result from an estimated 1 matches for "2f0228f".

Did you mean: 202282
2012 Aug 31
0
[PATCH v3] Btrfs-progs: add options to change bufsize in logical to inode translation
...lt;bo.li.liu@oracle.com> --- v2->v3: - use 64k as the upper limit - document command''s options cmds-inspect.c | 23 +++++++++++++++++------ man/btrfs.8.in | 7 +++++-- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/cmds-inspect.c b/cmds-inspect.c index 2f0228f..42f16fc 100644 --- a/cmds-inspect.c +++ b/cmds-inspect.c @@ -115,8 +115,13 @@ static int cmd_inode_resolve(int argc, char **argv) } static const char * const cmd_logical_resolve_usage[] = { - "btrfs inspect-internal logical-resolve [-Pv] <logical> <path>", + "btrfs i...