Re: [cNFS-Devel] new patch
Brought to you by:
warnes
From: Bernd S. <ber...@we...> - 2002-09-16 13:30:39
|
On Monday 16 September 2002 15:14, Michal Ludvig wrote: > On Fri, 6 Sep 2002, Bernd Schubert wrote: > > Hi, > > > > here's a new patch for 3 things: > > > > 1.) Complete the previous CREATE-tag patches, now no i/o errors shoul= d > > appear. > > > > 2.) Disable 2 syslog-lines -- our syslog file was filled with > > opendir: permission denieds, though everything seems to work fine > > > > 3.) Add a malloc from mplayer for i686, here I need your help, since = I > > think the configure scripts need to be modified and I have almost zer= o > > experience with configure scripts. > > > > Sorry for the long delay since the last patch, but actually the patch= was > > almost ready since March, but there was on odd bug, that only effecte= d > > directoried with lots of subdirectories - and I had no clue what caus= ed > > this. Well it were the following lines, which I'm not really sure wha= t > > they are for: > > > > nfsd - 1132: > > > > res_size =3D 0; > > memcpy(&dloc, argp->cookie, sizeof(dloc)); > > if (dloc !=3D 0) > > efs_seekdir(dirp, ntohl(dloc)); > > first =3D 1; > > > > > > The modified nfsd seems to run fine, but please Michal, wait a furthe= r > > week before applying the patch. > > So, can I enroll the patch? Does it work? > > Michal Ludvig > Hi Michal, we just (2 hours ago) found a memory-leak, it seams that it are again the= =20 lines from above, but I will investigate this during the evening. I think I will have to send a new patch. Sorry for inconvinience, Bernd |