[PATCH v2 4/4] btrfs-progs: volumes: Use new raid5_gen_result to calculate raid5 parity

2016-10-24 Thread Qu Wenruo
Use thew raid5_gen_result() function to calculate raid5 parity. Signed-off-by: Qu Wenruo Signed-off-by: David Sterba --- Changelog: v2: None --- volumes.c | 19 ++- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git

[PATCH v2 4/4] btrfs-progs: volumes: Use new raid5_gen_result to calculate raid5 parity

2016-09-29 Thread Qu Wenruo
Use thew raid5_gen_result() function to calculate raid5 parity. Signed-off-by: Qu Wenruo --- v2: Patch split --- volumes.c | 19 ++- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/volumes.c b/volumes.c index 93ce934..e78d157 100644 ---