[cNFS-Devel] new patch
Brought to you by:
warnes
|
From: Bernd S. <ber...@we...> - 2002-09-06 17:02:08
|
Hi,
here's a new patch for 3 things:
1.) Complete the previous CREATE-tag patches, now no i/o errors should 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 zero 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 effected
directoried with lots of subdirectories - and I had no clue what caused this.
Well it were the following lines, which I'm not really sure what they are
for:
nfsd - 1132:
res_size = 0;
memcpy(&dloc, argp->cookie, sizeof(dloc));
if (dloc != 0)
efs_seekdir(dirp, ntohl(dloc));
first = 1;
The modified nfsd seems to run fine, but please Michal, wait a further week
before applying the patch.
|