mm/percpu: Update the code comment when creating new chunk
authorBaoquan He <bhe@redhat.com>
Mon, 24 Oct 2022 08:14:30 +0000 (16:14 +0800)
committerDennis Zhou <dennis@kernel.org>
Tue, 8 Nov 2022 06:59:06 +0000 (22:59 -0800)
commite04cb6976340d5ebf2b28ad91bf6a13a285aa566
tree63bef7a09be17db1345adb1227d126d5f82d1d9e
parentc1f6688d35d47ca11200789b000b3b20f5ecdbd9
mm/percpu: Update the code comment when creating new chunk

The lock pcpu_alloc_mutex taking code has been moved to the beginning of
pcpu_allo() if it's non atomic allocation. So the code comment above
above pcpu_create_chunk() callsite need be updated.

Signed-off-by: Baoquan He <bhe@redhat.com>
Signed-off-by: Dennis Zhou <dennis@kernel.org>
mm/percpu.c