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