On Thu, Feb 19, 2015 at 08:59:30PM -0500, Chris Mason wrote:
> Since commit 8e5cfb55d3f (Btrfs: Make raid_map array be inlined in
> btrfs_bio structure), the raid map array is allocated along with the
> btrfs bio in alloc_btrfs_bio.  The calculation used to decide how much
> we need to allocate was using the wrong parameter passed into the
> allocation function.
> 
> The passed in real_stripes will be zero if a target replace operation
> is not currently running.  We want to use total_stripes instead.
> 
> Signed-off-by: Chris Mason <c...@fb.com>
> Reported-by: Dave Sterba <dste...@suse.cz>

Tested-by: David Sterba <dste...@suse.cz>

Current master + this patch with full slub_debug is now ok with
btrfs/023.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to