diff options
author | Baolin Wang <baolin.wang@linux.alibaba.com> | 2022-06-20 19:47:15 +0800 |
---|---|---|
committer | akpm <akpm@linux-foundation.org> | 2022-07-03 18:08:49 -0700 |
commit | 0506c31d0a8443a9f55eb69d81db426f2eb3296e (patch) | |
tree | 625213fe266ba3572e6e09ed3855c7153e416803 /fs | |
parent | f7cc67ae7f6221abe57857bd6efd21e06a05bd45 (diff) | |
download | linux-stable-0506c31d0a8443a9f55eb69d81db426f2eb3296e.tar.gz linux-stable-0506c31d0a8443a9f55eb69d81db426f2eb3296e.tar.bz2 linux-stable-0506c31d0a8443a9f55eb69d81db426f2eb3296e.zip |
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions