Re: [PATCH V2 4/4] hugetlbfs: document min_size mount option

2015-03-20 Thread Mike Kravetz
On 03/18/2015 07:23 PM, Andrew Morton wrote: On Wed, 18 Mar 2015 18:51:22 -0700 Mike Kravetz wrote: Nowhere here is the reader told the units of "size". We should at least describe that, and maybe even rename the thing to min_bytes. Ok, I will add that the size is in unit of bytes. My cho

Re: [PATCH V2 4/4] hugetlbfs: document min_size mount option

2015-03-18 Thread Andrew Morton
On Wed, 18 Mar 2015 18:51:22 -0700 Mike Kravetz wrote: > > Nowhere here is the reader told the units of "size". We should at > > least describe that, and maybe even rename the thing to min_bytes. > > > > Ok, I will add that the size is in unit of bytes. My choice of > 'min_size' as a name for

Re: [PATCH V2 4/4] hugetlbfs: document min_size mount option

2015-03-18 Thread Mike Kravetz
On 03/18/2015 02:41 PM, Andrew Morton wrote: On Mon, 16 Mar 2015 16:53:29 -0700 Mike Kravetz wrote: Update documentation for the hugetlbfs min_size mount option. Signed-off-by: Mike Kravetz --- Documentation/vm/hugetlbpage.txt | 21 ++--- 1 file changed, 14 insertions(+),

Re: [PATCH V2 4/4] hugetlbfs: document min_size mount option

2015-03-18 Thread Andrew Morton
On Mon, 16 Mar 2015 16:53:29 -0700 Mike Kravetz wrote: > Update documentation for the hugetlbfs min_size mount option. > > Signed-off-by: Mike Kravetz > --- > Documentation/vm/hugetlbpage.txt | 21 ++--- > 1 file changed, 14 insertions(+), 7 deletions(-) > > diff --git a/Docum