Re: [PATCH] hugetlb: document the new location of page subpool pointer

2021-02-24 Thread David Hildenbrand
On 24.02.21 05:04, Mike Kravetz wrote: Expand comments, no functional change. Signed-off-by: Mike Kravetz --- include/linux/hugetlb.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index cccd1aab69dd..c0467a7a1fe0 100644 ---

Re: [External] [PATCH] hugetlb: document the new location of page subpool pointer

2021-02-24 Thread Muchun Song
On Wed, Feb 24, 2021 at 12:04 PM Mike Kravetz wrote: > > Expand comments, no functional change. > > Signed-off-by: Mike Kravetz Reviewed-by: Muchun Song Thanks > --- > include/linux/hugetlb.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/linux/hugetlb.h

Re: [PATCH] hugetlb: document the new location of page subpool pointer

2021-02-24 Thread Oscar Salvador
On Tue, Feb 23, 2021 at 08:04:39PM -0800, Mike Kravetz wrote: > Expand comments, no functional change. > > Signed-off-by: Mike Kravetz Reviewed-by: Oscar Salvador Thanks > --- > include/linux/hugetlb.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/linux/hugetlb.h

[PATCH] hugetlb: document the new location of page subpool pointer

2021-02-23 Thread Mike Kravetz
Expand comments, no functional change. Signed-off-by: Mike Kravetz --- include/linux/hugetlb.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index cccd1aab69dd..c0467a7a1fe0 100644 --- a/include/linux/hugetlb.h +++