commit | 85f2f9a4f49d3e3230b3c5fb08362d561691421e | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Fri Sep 04 14:14:05 2015 -0700 |
committer | NeilBrown <neilb@suse.com> | Sun Nov 01 13:48:26 2015 +1100 |
tree | 2cac2cfdac6a7f602ea81f8bd20c38f7269c9a22 | |
parent | bd18f6462f3d167a9b3ec27851c98f82694b2adf [diff] |
raid5-cache: check stripe finish out of order stripes could finish out of order. Hence r5l_move_io_unit_list() of __r5l_stripe_write_finished might not move any entry and leave stripe_end_ios list empty. This applies on top of http://marc.info/?l=linux-raid&m=144122700510667 Signed-off-by: Shaohua Li <shli@fb.com> Signed-off-by: NeilBrown <neilb@suse.com>