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>
Sat, 30 Jul 2022 01:07:14 +0000 (18:07 -0700)
commit0f0b6931ff0d8de344392f5d470f88af64130709
tree63a184ab76f6e2e03aa8e7cbc8869a0573ee7b56
parentb717d6b93b54ec2a2a7d3bb7268d3ff847cc54c5
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