[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220421014723.5802-1-rdunlap@infradead.org>
Date: Wed, 20 Apr 2022 18:47:23 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
"Signed-off-by : Peter Xu" <peterx@...hat.com>,
Mike Kravetz <mike.kravetz@...cle.com>, linux-mm@...ck.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH -mmotm] hugetlb: use mm.h instead of mm_types.h
mm_types.h does not have zap_flags_t in it so use mm.h instead
in hugetlb.h.
Fixes this build error:
In file included from ../drivers/virt/nitro_enclaves/ne_misc_dev.c:16:0:
../include/linux/hugetlb.h:414:4: error: unknown type name ‘zap_flags_t’; did you mean ‘vm_flags_t’?
zap_flags_t zap_flags)
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Signed-off-by: Peter Xu <peterx@...hat.com>
Cc: Mike Kravetz <mike.kravetz@...cle.com>
Cc: linux-mm@...ck.org
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
Fixes: mm-hugetlb-only-drop-uffd-wp-special-pte-if-required-fix.patch
include/linux/hugetlb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/linux/hugetlb.h
+++ b/include/linux/hugetlb.h
@@ -2,7 +2,7 @@
#ifndef _LINUX_HUGETLB_H
#define _LINUX_HUGETLB_H
-#include <linux/mm_types.h>
+#include <linux/mm.h>
#include <linux/mmdebug.h>
#include <linux/fs.h>
#include <linux/hugetlb_inline.h>
Powered by blists - more mailing lists