Re: [Libhugetlbfs-devel] [RFC][PATCH] Friendlier morecore.c warnings

2008-04-14 Thread Dean Luick
On Thu, Apr 10, 2008 at 05:48:40PM -0700, Nishanth Aravamudan wrote: > > - WARNING("Failed to reserve huge pages in " > > - "hugetlbfs_morecore()\n"); > > + WARNING("Failed to allocate %ld huge pages " > > +

Re: [Libhugetlbfs-devel] [RFC][PATCH] Friendlier morecore.c warnings

2008-04-10 Thread Nishanth Aravamudan
On 10.04.2008 [17:15:37 -0500], Dean Luick wrote: > This patch makes the morecore.c WARNING messages more user friendly > and informative for those not turning on the debug messages. The > most significant of these changes is a print of the number of huge > pages requested when a request fails.

[Libhugetlbfs-devel] [RFC][PATCH] Friendlier morecore.c warnings

2008-04-10 Thread Dean Luick
This patch makes the morecore.c WARNING messages more user friendly and informative for those not turning on the debug messages. The most significant of these changes is a print of the number of huge pages requested when a request fails. Signed-off-by: Dean Luick <[EMAIL PROTECTED]> on behalf o