Re: [f2fs-dev] [PATCH] Miscellaneous cleanup to README.

2020-12-17 Thread John A. Leuenhagen via Linux-f2fs-devel
Sorry, should have prefaced the commit message with "f2fs-tools: ". ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

[f2fs-dev] [PATCH] mkfs.f2fs.8: Better document the -g argument.

2020-12-16 Thread John A. Leuenhagen via Linux-f2fs-devel
default options, the `-g` option could be used with a new `default-options` value, i.e. `-g example`. Signed-off-by: John A. Leuenhagen --- man/mkfs.f2fs.8 | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/man/mkfs.f2fs.8 b/man/mkfs.f2fs.8 index 0aca4dc..c90ebcc

Re: [f2fs-dev] [PATCH] mkfs.f2fs: Fix behavior of -g option to match the man page.

2020-12-16 Thread John A. Leuenhagen via Linux-f2fs-devel
On Wed, Dec 16, 2020 at 10:26:54PM -0800, Jaegeuk Kim wrote: > Hi, > > On 12/14, John A. Leuenhagen via Linux-f2fs-devel wrote: > > The man page states that simply specifying the -g option will use the > > default Android options. However, mkfs.f2fs currently requires the us

[f2fs-dev] [PATCH] mkfs.f2fs: Fix behavior of -g option to match the man page.

2020-12-14 Thread John A. Leuenhagen via Linux-f2fs-devel
The man page states that simply specifying the -g option will use the default Android options. However, mkfs.f2fs currently requires the user to specify `-g android`. This makes the behavior of mkfs.f2fs match the man page. Signed-off-by: John A. Leuenhagen --- mkfs/f2fs_format_main.c | 5

[f2fs-dev] [PATCH] mkfs.f2fs.8: fix formatting for -l parameter in man page

2020-12-11 Thread John A. Leuenhagen via Linux-f2fs-devel
Signed-off-by: John A. Leuenhagen --- man/mkfs.f2fs.8 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/mkfs.f2fs.8 b/man/mkfs.f2fs.8 index 0aca4dc..8c57216 100644 --- a/man/mkfs.f2fs.8 +++ b/man/mkfs.f2fs.8 @@ -141,6 +141,7 @@ Add default Android options. .TP .BI \-i Enable extended

[f2fs-dev] [PATCH] mkfs.f2fs: add -h and --help

2020-10-04 Thread John A. Leuenhagen
These two arguments would simply print the usage message. Signed-off-by: John A. Leuenhagen --- man/mkfs.f2fs.8 | 3 +++ mkfs/f2fs_format_main.c | 12 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/man/mkfs.f2fs.8 b/man/mkfs.f2fs.8 index e2aee76..7745177