From: "Hillf Danton" <hillf.zj@alibaba-inc.com>
To: "'Dan Williams'" <dan.j.williams@intel.com>
Cc: "linux-kernel" <linux-kernel@vger.kernel.org>, <linux-mm@kvack.org>
Subject: Re: [PATCH v2 08/20] hugetlb: fix compile error on tile
Date: Sat, 10 Oct 2015 18:14:45 +0800 [thread overview]
Message-ID: <079501d10344$7d0e6590$772b30b0$@alibaba-inc.com> (raw)
In-Reply-To: <079201d10342$ce509f10$6af1dd30$@alibaba-inc.com>
> Inlude asm/pgtable.h to get the definition for pud_t to fix:
>
> include/linux/hugetlb.h:203:29: error: unknown type name 'pud_t'
>
But that type is already used in 4.3-rc4
117 struct page *follow_huge_pud(struct mm_struct *mm, unsigned long address,
118 pud_t *pud, int flags);
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
> ---
> include/linux/hugetlb.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h
> index 5e35379f58a5..ad5539cf52bf 100644
> --- a/include/linux/hugetlb.h
> +++ b/include/linux/hugetlb.h
> @@ -8,6 +8,7 @@
> #include <linux/cgroup.h>
> #include <linux/list.h>
> #include <linux/kref.h>
> +#include <asm/pgtable.h>
>
> struct ctl_table;
> struct user_struct;
>
> --
>
>
next parent reply other threads:[~2015-10-10 10:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <079201d10342$ce509f10$6af1dd30$@alibaba-inc.com>
2015-10-10 10:14 ` Hillf Danton [this message]
2015-10-10 0:55 [PATCH v2 00/20] get_user_pages() for dax mappings Dan Williams
2015-10-10 0:56 ` [PATCH v2 08/20] hugetlb: fix compile error on tile Dan Williams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='079501d10344$7d0e6590$772b30b0$@alibaba-inc.com' \
--to=hillf.zj@alibaba-inc.com \
--cc=dan.j.williams@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®