Re: [PATCH 1/2] btrfs-progs: move out print in cmd_df to another function

2013-09-13 Thread David Sterba
On Fri, Sep 13, 2013 at 07:32:22PM +0800, Anand Jain wrote: > +static int get_df(int fd, struct btrfs_ioctl_space_args **sargs_ret) > +{ This function returns full error codes, that's ok, > @@ -77,89 +98,79 @@ static int cmd_df(int argc, char **argv) > ret = ioctl(fd, BTRFS_IOC_SPACE_INFO,

[PATCH 1/2] btrfs-progs: move out print in cmd_df to another function

2013-09-13 Thread Anand Jain
This is a prepatory work for the btrfs fi show command fixes. So that we have a function get_df to get the fs sizes v5: rebase on 20130909 accepts Davids review comments v4: fixes checkpatch.pl errors as suggested by Wang v3: accepts Zach review comments v2: combined the other patches as below

[PATCH 1/2] btrfs-progs: move out print in cmd_df to another function

2013-08-08 Thread Anand Jain
This is a prepatory work for the following btrfs fi show command fixes. So that we have a function get_df to get the fs sizes v2: combined the other patches as below and rebase btrfs-progs: get string for the group profile and type Signed-off-by: Anand Jain --- cmds-filesystem.c | 190