From: Shaohua Li Date: Wed, 28 Aug 2013 06:29:05 +0000 (+0800) Subject: raid5: fix stripe release order X-Git-Tag: v3.12-rc1~71^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d265d9dc1d25a69affc21ae9fe5004b9d09c10ef;p=pandora-kernel.git raid5: fix stripe release order 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 Signed-off-by: NeilBrown --- Reading git-diff-tree failed