Re: [PATCH 1/2] btrfs-progs: replace struct cmd_group->hidden with flags

2015-06-26 Thread David Sterba
On Wed, Jun 24, 2015 at 09:09:16AM -0700, Omar Sandoval wrote: > We're also going to want to support aliases, so rather than adding > another member, replace "hidden" with a "flags" member. > > Signed-off-by: Omar Sandoval Fixed compilation breakage and applied, thanks. -- To unsubscribe from th

[PATCH 1/2] btrfs-progs: replace struct cmd_group->hidden with flags

2015-06-24 Thread Omar Sandoval
We're also going to want to support aliases, so rather than adding another member, replace "hidden" with a "flags" member. Signed-off-by: Omar Sandoval --- cmds-filesystem.c | 2 +- commands.h| 8 ++-- help.c| 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff -