aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/raid5.c')
-rw-r--r--drivers/md/raid5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c
index 34dd54539f7b..346e69bfdab3 100644
--- a/drivers/md/raid5.c
+++ b/drivers/md/raid5.c
@@ -3958,7 +3958,7 @@ static int make_request(mddev_t *mddev, struct bio * bi)
3958 /* spinlock is needed as reshape_progress may be 3958 /* spinlock is needed as reshape_progress may be
3959 * 64bit on a 32bit platform, and so it might be 3959 * 64bit on a 32bit platform, and so it might be
3960 * possible to see a half-updated value 3960 * possible to see a half-updated value
3961 * Ofcourse reshape_progress could change after 3961 * Of course reshape_progress could change after
3962 * the lock is dropped, so once we get a reference 3962 * the lock is dropped, so once we get a reference
3963 * to the stripe that we think it is, we will have 3963 * to the stripe that we think it is, we will have
3964 * to check again. 3964 * to check again.