commit | 0506c31d0a8443a9f55eb69d81db426f2eb3296e | [log] [tgz] |
---|---|---|
author | Baolin Wang <baolin.wang@linux.alibaba.com> | Mon Jun 20 19:47:15 2022 +0800 |
committer | akpm <akpm@linux-foundation.org> | Sun Jul 03 18:08:49 2022 -0700 |
tree | 625213fe266ba3572e6e09ed3855c7153e416803 | |
parent | f7cc67ae7f6221abe57857bd6efd21e06a05bd45 [diff] |
mm: rmap: simplify the hugetlb handling when unmapping or migration According to previous discussion [1], there are so many levels of indenting to handle the hugetlb case when unmapping or migration. We can combine folio_test_anon() and huge_pmd_unshare() to save one level of indenting, by adding a local variable and moving the VM_BUG_ON() a little forward. No intended functional changes in this patch. [1] https://lore.kernel.org/all/0b986dc4-5843-3e2d-c2df-5a2e9f13e6ab@oracle.com/ Link: https://lkml.kernel.org/r/28414b1b96f095e838c1e548074f8e0fc70d78cf.1655724713.git.baolin.wang@linux.alibaba.com Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com> Cc: Mike Kravetz <mike.kravetz@oracle.com> Cc: Muchun Song <songmuchun@bytedance.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>