Re: [PATCH] btrfs-progs: prop: remove an unnecessary condition on parse_args

2016-04-25 Thread David Sterba
On Wed, Apr 20, 2016 at 03:32:48PM +0900, Satoru Takeuchi wrote: > >From commit c742debab11f ('btrfs-progs: fix a regression that > "property" with -t option doesn't work'), the number of arguments > is checked strictly. So the following condition never be > satisfied. > > Signed-off-by: Satoru Ta

[PATCH] btrfs-progs: prop: remove an unnecessary condition on parse_args

2016-04-19 Thread Satoru Takeuchi
>From commit c742debab11f ('btrfs-progs: fix a regression that "property" with -t option doesn't work'), the number of arguments is checked strictly. So the following condition never be satisfied. Signed-off-by: Satoru Takeuchi --- cmds-property.c | 5 - 1 file changed, 5 deletions(-) diff