Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/27/2004 08:53:03
Module Name: src
Committed By: yamt
Date: Sun Jun 27 08:53:03 UTC 2004
Modified Files:
src/sys/nfs: nfs_vnops.c
Log Message:
nfs_lookup: use cache_lookup_raw() so that:
- "intrusive" dirops now have more chances to get benefits from dnlc.
- fixes a deadlock due to vnode locking order inversion.
nfs_create and others: purge stale dnlc entries
as nfs_lookup() no longer does it automatically.
To generate a diff of this commit:
cvs rdiff -r1.202 -r1.203 src/sys/nfs/nfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.