Re: [Libhugetlbfs-devel] [PATCH] morecore: add comments

2006-09-07 Thread Adam Litke
On Wed, 2006-09-06 at 12:05 -0700, Nishanth Aravamudan wrote: > I found the dearth of comments in morecore.c to be quite troublesome > while debugging a related kernel bug. I hope these are accurate. > > Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> These look good to me... Committed. -

[Libhugetlbfs-devel] [PATCH] morecore: add comments

2006-09-06 Thread Nishanth Aravamudan
I found the dearth of comments in morecore.c to be quite troublesome while debugging a related kernel bug. I hope these are accurate. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> diff -urpN a/morecore.c b/morecore.c --- a/morecore.c2006-09-06 11:34:18.0 -0700 +++ b/morec