raid5: fix stripe release order
authorShaohua Li <shli@kernel.org>
Wed, 28 Aug 2013 06:29:05 +0000 (14:29 +0800)
committerNeilBrown <neilb@suse.de>
Wed, 28 Aug 2013 06:36:26 +0000 (16:36 +1000)
patch "make release_stripe lockless" changes the order stripes are released.
Originally I thought block layer can take care of request merge, but it appears
there are still some requests not merged. It's easy to fix the order.

Signed-off-by: Shaohua Li <shli@fusionio.com>
Signed-off-by: NeilBrown <neilb@suse.de>

No differences found