[OpenAFS] OpenAFS server on SuSE 8.2

Nickolai Zeldovich kolya@MIT.EDU
Mon, 15 Sep 2003 16:40:13 -0400 (EDT)


> > I don't follow.  osi_file.c line 47 is:
> >
> > afile = (struct osi_file *) osi_AllocSmallSpace(sizeof(struct osi_file));
>
> My mind is hemorrhaging badly. You are correct. Profound apologies, I will
> find the problem and fix it. The right answer is (presumably) to allocate
> that from a different memory pool.

I think so as well, which is why I fixed this bug when Benjamin first
pointed out the calling site that was overflowing AFS_SMALLOCSIZ (by
using osi_AllocLargeSpace).  Sorry I didn't send email about it then.

-- kolya