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