]> 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)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 3 Aug 2022 18:17:11 +0000 (14:17 -0400)
commit728114d2aeebe69a97e78771c8a678622f5e4092
treefb71af8a4e8c8117be8ae5183e9456f63b7aaca7
parent4916ddc04944ca940d74d1cfc862d000ba76d2df
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