]> git.baikalelectronics.ru Git - kernel.git/commit
mm/huge_memory: fix comment in zap_huge_pud
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 4 Jul 2022 13:21:54 +0000 (21:21 +0800)
committerakpm <akpm@linux-foundation.org>
Mon, 18 Jul 2022 00:14:45 +0000 (17:14 -0700)
commit01a018aefbc5b9a430acd0bbcf0515a76aa2c744
tree3dc841c8419dd1643449b866bbba16f662dc3b9f
parent8c167decfe253d9958030eda56b739e7025f07ea
mm/huge_memory: fix comment in zap_huge_pud

The comment about deposited pgtable is borrowed from zap_huge_pmd but
there's no deposited pgtable stuff for huge pud in zap_huge_pud. Remove
it to avoid confusion.

Link: https://lkml.kernel.org/r/20220704132201.14611-10-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Muchun Song <songmuchun@bytedance.com>
Cc: Yang Shi <shy828301@gmail.com>
Cc: Zach O'Keefe <zokeefe@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/huge_memory.c