]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: remove obsolete comment in do_fault_around()
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 16 Jul 2022 08:03:59 +0000 (16:03 +0800)
committerakpm <akpm@linux-foundation.org>
Wed, 20 Jul 2022 21:41:51 +0000 (14:41 -0700)
commitb67c9c2c38d5a2ee82f001256700d072e7d055d9
treee73ad78be4ce3d943f7c6bebc9eb2af3ec9fb088
parentf41c329749ace90a35d00ef4c82b133cb1845579
mm: remove obsolete comment in do_fault_around()

Since commit 7267ec008b5c ("mm: postpone page table allocation until we
have page to map"), do_fault_around is not called with page table lock
held.  Cleanup the corresponding comments.

Link: https://lkml.kernel.org/r/20220716080359.38791-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory.c