Re: [Libhugetlbfs-devel] [PATCH 0/3] Extend morecore functionality to better use THP

2011-09-15 Thread emunson
On Thu, 15 Sep 2011 11:25:29 -0500, Andrew Hastings wrote: > Eric B Munson wrote: >> On Wed, 20 Jul 2011, Andrew Hastings wrote: >> >>> Eric, >>> >>> On 07/11/11 10:51, Eric B Munson wrote: Transparent huge pages (THP) make using huge pages on x86(_64) incredibly easy. However, the

[Libhugetlbfs-devel] [PATCH] Make --dry-run switch actually skip actions

2009-09-28 Thread emunson
From: Eric B Munson Currently the --dry-run switch prints the equivalent shell script but it still executes the command as well. This patch makes the --dry-run switch skip the action after printing the shell script. Signed-off-by: Eric B Munson --- hugeadm.c | 72 +++