From: Jianyu Zhan Date: Fri, 28 Mar 2014 12:55:21 +0000 (+0800) Subject: percpu: renew the max_contig if we merge the head and previous block X-Git-Tag: v3.15-rc1~163^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21ddfd38ee9aac804d22beaceed4c7b903cca234;p=pandora-kernel.git 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: Jianyu Zhan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed