OSDN Git Service

md/raid5: reallocate page array after setting new stripe_size
authorYufen Yu <yuyufen@huawei.com>
Thu, 20 Aug 2020 13:22:14 +0000 (09:22 -0400)
committerSong Liu <songliubraving@fb.com>
Thu, 24 Sep 2020 23:44:45 +0000 (16:44 -0700)
commit389125844352c784abf8c186589343466d03cd6a
treee61e0098e77815ca7409f83d8c7e6baeadfe50e6
parentf16acaf328c5615fdaea74f9bd0b4019544532d6
md/raid5: reallocate page array after setting new stripe_size

When try to resize stripe_size, we also need to free old
shared page array and allocate new.

Signed-off-by: Yufen Yu <yuyufen@huawei.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
drivers/md/raid5.c