Re: [Libhugetlbfs-devel] [PATCH V2] Make mount point names more human readable

2011-03-30 Thread Eric B Munson
On Wed, 23 Feb 2011, Eric B Munson wrote: > When hugeadm creates mount points currently the pagesize is > used in bytes. This is not very human readable as page sizes > grow. This patch changes the mount point creation to use > points labeled in a more readable fashion. For instance > 2MB inste

[Libhugetlbfs-devel] [PATCH V2] Make mount point names more human readable

2011-02-23 Thread Eric B Munson
When hugeadm creates mount points currently the pagesize is used in bytes. This is not very human readable as page sizes grow. This patch changes the mount point creation to use points labeled in a more readable fashion. For instance 2MB instead of 2097152. Signed-off-by: Eric B Munson --- Cha