Re: [Libhugetlbfs-devel] [PATCH 6/9] Use MAP_HUGETLB in get_huge_pages

2010-11-24 Thread Mel Gorman
On Tue, Nov 23, 2010 at 08:52:14AM -0700, Eric B Munson wrote: > When the kernel supports MAP_HUGETLB use it for requesting > a huge page backed area instead of creating a file descriptor. > > Signed-off-by: Eric B Munson Acked-by: Mel Gorman -- Mel Gorman Part-time Phd Student

[Libhugetlbfs-devel] [PATCH 6/9] Use MAP_HUGETLB in get_huge_pages

2010-11-23 Thread Eric B Munson
When the kernel supports MAP_HUGETLB use it for requesting a huge page backed area instead of creating a file descriptor. Signed-off-by: Eric B Munson --- alloc.c | 48 ++-- 1 files changed, 34 insertions(+), 14 deletions(-) diff --git a/alloc.c b/a

Re: [Libhugetlbfs-devel] [PATCH 6/9] Use MAP_HUGETLB in get_huge_pages

2010-11-23 Thread Mel Gorman
On Fri, Nov 19, 2010 at 04:33:56PM -0700, Eric B Munson wrote: > When the kernel supports MAP_HUGETLB use it for requesting > a huge page backed area instead of creating a file descriptor. > > Signed-off-by: Eric B Munson > --- > alloc.c | 41 +++-- > 1 file

[Libhugetlbfs-devel] [PATCH 6/9] Use MAP_HUGETLB in get_huge_pages

2010-11-19 Thread Eric B Munson
When the kernel supports MAP_HUGETLB use it for requesting a huge page backed area instead of creating a file descriptor. Signed-off-by: Eric B Munson --- alloc.c | 41 +++-- 1 files changed, 35 insertions(+), 6 deletions(-) diff --git a/alloc.c b/alloc.c i

[Libhugetlbfs-devel] [PATCH 6/9] Use MAP_HUGETLB in get_huge_pages

2010-11-19 Thread Eric B Munson
When the kernel supports MAP_HUGETLB use it for requesting a huge page backed area instead of creating a file descriptor. Signed-off-by: Eric B Munson --- alloc.c | 41 +++-- 1 files changed, 35 insertions(+), 6 deletions(-) diff --git a/alloc.c b/alloc.c i