commit | 46d5b785621ad10a373e292f9101ccfc626466e0 | [log] [tgz] |
---|---|---|
author | shli@kernel.org <shli@kernel.org> | Mon Dec 15 12:57:02 2014 +1100 |
committer | NeilBrown <neilb@suse.de> | Wed Apr 22 08:00:41 2015 +1000 |
tree | 3ba39d078e74738216221317bad3aca8f65a1519 | |
parent | 753f2856cda2a130d38ebc3db97bff66c1ef3ca7 [diff] |
raid5: use flex_array for scribble data Use flex_array for scribble data. Next patch will batch several stripes together, so scribble data should be able to cover several stripes, so this patch also allocates scribble data for stripes across a chunk. Signed-off-by: Shaohua Li <shli@fusionio.com> Signed-off-by: NeilBrown <neilb@suse.de>