1
0
Files
linux/drivers
majianpeng ad4068de49 raid5: Use slow_path to release stripe when mddev->thread is null
When release_stripe() is called in grow_one_stripe(), the
mddev->thread is null. So it will omit one wakeup this thread to
release stripe.
For this condition, use slow_path to release stripe.

Bug was introduced in 3.12

Cc: stable@vger.kernel.org (3.12+)
Fixes: 773ca82fa1
Signed-off-by: Jianpeng Ma <majianpeng@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
2013-11-14 15:16:15 +11:00
..
2013-11-01 08:24:41 +01:00
2013-10-19 13:05:38 -07:00
2013-10-19 13:02:47 -07:00
2013-10-31 15:28:23 -07:00
2013-10-19 13:05:38 -07:00
2013-10-01 22:06:15 +01:00
2013-10-29 16:58:18 -07:00