Re: NFSD error: dentry not negative!

H. Peter Anvin (hpa@transmeta.com)
Mon, 15 Feb 1999 21:16:10 -0800 (PST)


> >>>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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/