Skip to content
Commit 21ddfd38 authored by Jianyu Zhan's avatar Jianyu Zhan Committed by Tejun Heo
Browse files

percpu: renew the max_contig if we merge the head and previous block



During pcpu_alloc_area(), we might merge the current head with the
previous block. Since we have calculated the max_contig using the
size of previous block before we skip it, and now we update the size
of previous block, so we should renew the max_contig.

Signed-off-by: default avatarJianyu Zhan <nasa4836@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 2f69fa82
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment