Re: [PATCH 1/3] btrfs-progs: fix option handling for some commands

2017-08-24 Thread David Sterba
On Thu, Aug 24, 2017 at 02:18:25PM +0900, Misono, Tomohiro wrote: > I found some btrfs commands options are not working because of > inappropriate getopt_long() setting. > > This fixes "btrfs check -Q/-E" > > Signed-off-by: Tomohiro Misono Patches 1-3 and the doc fix applied with some changelo

[PATCH 1/3] btrfs-progs: fix option handling for some commands

2017-08-23 Thread Misono, Tomohiro
I found some btrfs commands options are not working because of inappropriate getopt_long() setting. This fixes "btrfs check -Q/-E" Signed-off-by: Tomohiro Misono --- cmds-check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds-check.c b/cmds-check.c index c5faa2b..465

Re: [PATCH 1/3] btrfs-progs: fix option handling for some commands

2017-08-23 Thread Misono, Tomohiro
Sorry, this patch's encoding is wrong. Please ignore this and I will resend the patch. On 2017/08/24 13:03, Misono, Tomohiro wrote: I found some btrfs commands options are not working because of inappropriate getopt_long() setting. This fixes "btrfs check -Q/-E" Signed-off-by: Tomohiro Misono

[PATCH 1/3] btrfs-progs: fix option handling for some commands

2017-08-23 Thread Misono, Tomohiro
I found some btrfs commands options are not working because of inappropriate getopt_long() setting. This fixes "btrfs check -Q/-E" Signed-off-by: Tomohiro Misono ---  cmds-check.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds-check.c b/cmds-check.c index c5faa2b..465