Commit 0663e5bc authored by Liu Shixin's avatar Liu Shixin
Browse files

mm/dynamic_pool: use __GENKSYMS__ to revert the kabi change

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IAO6NS



--------------------------------

Revert the kabi change introduced by including <linux/dynamic_pool.h> for
kabi trustlist standardization.

Fixes: 3b6fa550 ("mm: limit order to 0 when allocated from dynamic pool")
Signed-off-by: default avatarLiu Shixin <liushixin2@huawei.com>
parent d68dc6ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,7 +47,9 @@
#include <linux/splice.h>
#include <linux/huge_mm.h>
#include <linux/pgtable.h>
#ifndef __GENKSYMS__
#include <linux/dynamic_pool.h>
#endif
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
#include "internal.h"
+2 −0
Original line number Diff line number Diff line
@@ -128,7 +128,9 @@
#include <linux/blk-cgroup.h>
#include <linux/fadvise.h>
#include <linux/sched/mm.h>
#ifndef __GENKSYMS__
#include <linux/dynamic_pool.h>
#endif

#include "internal.h"