Re: [Libhugetlbfs-devel] [PATCH V3] Check if directory is already mounted

2009-04-06 Thread Mel Gorman
On Thu, Apr 02, 2009 at 09:54:02AM +0100, Eric B Munson wrote: > Currently hugeadm will happily remount hugetlbfs to the same directory > if --create-*-mounts is specified more than once with the same arguments. > This is a problem because the newest mount of a directory will mask the > previous on

[Libhugetlbfs-devel] [PATCH V3] Check if directory is already mounted

2009-04-02 Thread Eric B Munson
Currently hugeadm will happily remount hugetlbfs to the same directory if --create-*-mounts is specified more than once with the same arguments. This is a problem because the newest mount of a directory will mask the previous one(s) causing confusion when applications attempt tp share segements. T