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 a4502686e7a8..3380372c0393 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
@@ -1576,7 +1576,7 @@ static int resize_stripes(struct r5conf *conf, int newsize) | |||
1576 | * This happens in stages: | 1576 | * This happens in stages: |
1577 | * 1/ create a new kmem_cache and allocate the required number of | 1577 | * 1/ create a new kmem_cache and allocate the required number of |
1578 | * stripe_heads. | 1578 | * stripe_heads. |
1579 | * 2/ gather all the old stripe_heads and tranfer the pages across | 1579 | * 2/ gather all the old stripe_heads and transfer the pages across |
1580 | * to the new stripe_heads. This will have the side effect of | 1580 | * to the new stripe_heads. This will have the side effect of |
1581 | * freezing the array as once all stripe_heads have been collected, | 1581 | * freezing the array as once all stripe_heads have been collected, |
1582 | * no IO will be possible. Old stripe heads are freed once their | 1582 | * no IO will be possible. Old stripe heads are freed once their |