This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: NFSD error: dentry not negative!


> >>>Justin Hahn said:
>  > I'm getting a LOT of the following sorts of errors while I'm
>  > downloading stuff off of gnome CVS. The server is 2.2.0pre8, with the
>  > knfs-981204 package. I've never seen this particular error before,
>  > anyone know if it's harmful?
> 
> Linux of glibc tests if a file/dir exsits before it trys to create
> one.  SunOS does not.  You will see the
> 
>    nfsd_create: dentry foo/bar not negative
> 
> message everytime to try to create a file/directory that already
> exists using these clients.
> 

Why does glibc do two system calls instead of one, especially since it
doesn't buy you anything (race conditions?)

	-hpa


-- 
H.J. Lu (hjl@gnu.org)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]