Re: [Libhugetlbfs-devel] [PATCH 3/9] Separate finding page sizes from mount points

2010-11-24 Thread Mel Gorman
On Tue, Nov 23, 2010 at 08:52:11AM -0700, Eric B Munson wrote: > Now that we have the ability to map huge pages without having > an active hugetlfs mount point with MAP_HUGETLB it no longer > makes sense to detect valid page sizes based on active mount > points. This patch separates out the detect

[Libhugetlbfs-devel] [PATCH 3/9] Separate finding page sizes from mount points

2010-11-23 Thread Eric B Munson
Now that we have the ability to map huge pages without having an active hugetlfs mount point with MAP_HUGETLB it no longer makes sense to detect valid page sizes based on active mount points. This patch separates out the detection of valid page sizes from the detection of active mount points. Sig

Re: [Libhugetlbfs-devel] [PATCH 3/9] Separate finding page sizes from mount points

2010-11-23 Thread Mel Gorman
On Fri, Nov 19, 2010 at 04:33:53PM -0700, Eric B Munson wrote: > Now that we have the ability to map huge pages without having > an active hugetlfs mount point with MAP_HUGETLB it no longer > makes sense to detect valid page sizes based on active mount > points. This patch separates out the detect

[Libhugetlbfs-devel] [PATCH 3/9] Separate finding page sizes from mount points

2010-11-19 Thread Eric B Munson
Now that we have the ability to map huge pages without having an active hugetlfs mount point with MAP_HUGETLB it no longer makes sense to detect valid page sizes based on active mount points. This patch separates out the detection of valid page sizes from the detection of active mount points. Sig

[Libhugetlbfs-devel] [PATCH 3/9] Separate finding page sizes from mount points

2010-11-19 Thread Eric B Munson
Now that we have the ability to map huge pages without having an active hugetlfs mount point with MAP_HUGETLB it no longer makes sense to detect valid page sizes based on active mount points. This patch separates out the detection of valid page sizes from the detection of active mount points. Sig