percpu: fix a comment about the chunks ordering
authorRoman Gushchin <guro@fb.com>
Thu, 8 Apr 2021 03:57:31 +0000 (20:57 -0700)
committerDennis Zhou <dennis@kernel.org>
Fri, 16 Apr 2021 20:57:49 +0000 (20:57 +0000)
commitac9380f6b8a6a908a9df023bf8a2bcdaf9d2d6cb
tree58e23211f36e988ac5662a949c4ed4db5fd00163
parentd434405aaab7d0ebc516b68a8fc4100922d7f5ef
percpu: fix a comment about the chunks ordering

Since the commit 3e54097beb22 ("percpu: manage chunks based on
contig_bits instead of free_bytes") chunks are sorted based on the
size of the biggest continuous free area instead of the total number
of free bytes. Update the corresponding comment to reflect this.

Signed-off-by: Roman Gushchin <guro@fb.com>
Signed-off-by: Dennis Zhou <dennis@kernel.org>
mm/percpu.c