Re: [PATCH] don't OOPs when we are not raid56

2009-09-08 Thread David Woodhouse
On Wed, 2009-09-02 at 12:32 -0400, jim owens wrote: @@ -2895,7 +2895,7 @@ again: multi-num_stripes = num_stripes; multi-max_errors = max_errors; } - if (raid_map_ret) { + if (raid_map) { sort_parity_stripes(multi,

Re: [PATCH] don't OOPs when we are not raid56

2009-09-08 Thread Chris Mason
On Tue, Sep 08, 2009 at 10:15:29AM +0100, David Woodhouse wrote: On Wed, 2009-09-02 at 12:32 -0400, jim owens wrote: @@ -2895,7 +2895,7 @@ again: multi-num_stripes = num_stripes; multi-max_errors = max_errors; } - if (raid_map_ret) { +

[PATCH] don't OOPs when we are not raid56

2009-09-02 Thread jim owens
David Woodhouse wrote: http://git.infradead.org/users/dwmw2/btrfs-raid56.git Signed-off-by: jim owens jow...@hp.com --- fs/btrfs/volumes.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 95babc1..913c29f 100644 ---