Re: [PATCH v2 1/2] btrfs: drop num argument from find_live_mirror()

2018-03-16 Thread David Sterba
On Wed, Mar 14, 2018 at 04:29:12PM +0800, Anand Jain wrote: > Obtain the stripes info from the map directly and so no need > to pass it as an argument. > > Signed-off-by: Anand Jain 1-2 applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH v2 1/2] btrfs: drop num argument from find_live_mirror()

2018-03-14 Thread Nikolay Borisov
On 14.03.2018 10:29, Anand Jain wrote: > Obtain the stripes info from the map directly and so no need > to pass it as an argument. > > Signed-off-by: Anand Jain LGTM Reviewed-by: Nikolay Borisov > --- > v1->v2: > Accepts David's comment to rename

[PATCH v2 1/2] btrfs: drop num argument from find_live_mirror()

2018-03-14 Thread Anand Jain
Obtain the stripes info from the map directly and so no need to pass it as an argument. Signed-off-by: Anand Jain --- v1->v2: Accepts David's comment to rename %num to %num_stripes. fs/btrfs/volumes.c | 16 1 file changed, 12 insertions(+), 4