+3
−0
+2
−0
+3
−0
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAO6NS -------------------------------- The large folios is not supported in dynamic pool, so we have to limit order to 0 when it will be allocated from dynamic pool. The allocation in shmem has already been limited in commit d0ef72eca876 ("mm: shmem: add mTHP support for anonymous shmem"), and now we are limit the allocation in anon/file path. Fixes: ba572bea ("mm: thp: support allocation of anonymous multi-size THP") Signed-off-by:Liu Shixin <liushixin2@huawei.com>