Re: [PATCH v4 1/3] btrfs: add helper function describe_block_group()

2018-05-24 Thread Anand Jain
On 05/24/2018 08:43 PM, David Sterba wrote: On Wed, May 23, 2018 at 02:35:06PM +0800, Anand Jain wrote: Improve on describe_relocation() add a common helper function to describe the block groups. Signed-off-by: Anand Jain --- v3->v4: Just pass full flag name in the

Re: [PATCH v4 1/3] btrfs: add helper function describe_block_group()

2018-05-24 Thread David Sterba
On Wed, May 23, 2018 at 02:35:06PM +0800, Anand Jain wrote: > Improve on describe_relocation() add a common helper function to describe > the block groups. > > Signed-off-by: Anand Jain > --- > v3->v4: Just pass full flag name in the define DESCRIBE_FLAG(flag,..), >

[PATCH v4 1/3] btrfs: add helper function describe_block_group()

2018-05-23 Thread Anand Jain
Improve on describe_relocation() add a common helper function to describe the block groups. Signed-off-by: Anand Jain --- v3->v4: Just pass full flag name in the define DESCRIBE_FLAG(flag,..), so that it can be used at couple of more places. Rename