Re: [PATCH 3/7] Btrfs: introduce a function to get extra mirror from replace

2017-02-19 Thread Qu Wenruo
At 02/18/2017 09:28 AM, Liu Bo wrote: As the part of getting extra mirror in __btrfs_map_block is self-independent, this puts it into a separate function. Signed-off-by: Liu Bo Looks good to me. Reviewed-by: Qu Wenruo Thanks, Qu ---

[PATCH 3/7] Btrfs: introduce a function to get extra mirror from replace

2017-02-17 Thread Liu Bo
As the part of getting extra mirror in __btrfs_map_block is self-independent, this puts it into a separate function. Signed-off-by: Liu Bo --- fs/btrfs/volumes.c | 161 + 1 file changed, 89 insertions(+), 72 deletions(-)