Re: [Libhugetlbfs-devel] [PATCH] counters: reset hugepage value properly

2008-03-06 Thread Nishanth Aravamudan
On 03.03.2008 [13:55:33 -0800], Nishanth Aravamudan wrote: > Currently, if we do not have dynamic hugepage support in the kernel > (e.g., SLES10* or RHEL5*), we reset the static hugepage pool's size with > the value in saved_nr_hugepages. But this value is calculated *after* we > check to see if we

[Libhugetlbfs-devel] [PATCH] counters: reset hugepage value properly

2008-03-03 Thread Nishanth Aravamudan
Currently, if we do not have dynamic hugepage support in the kernel (e.g., SLES10* or RHEL5*), we reset the static hugepage pool's size with the value in saved_nr_hugepages. But this value is calculated *after* we check to see if we have dynamic hugepage pool support (and we bail from within that f