commit | ac9380f6b8a6a908a9df023bf8a2bcdaf9d2d6cb | [log] [tgz] |
---|---|---|
author | Roman Gushchin <guro@fb.com> | Wed Apr 07 20:57:31 2021 -0700 |
committer | Dennis Zhou <dennis@kernel.org> | Fri Apr 16 20:57:49 2021 +0000 |
tree | 58e23211f36e988ac5662a949c4ed4db5fd00163 | |
parent | d434405aaab7d0ebc516b68a8fc4100922d7f5ef [diff] |
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>