NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/41028 CVS commit: src/sys/nfs
The following reply was made to PR kern/41028; it has been noted by GNATS.
From: YAMAMOTO Takashi <yamt%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/41028 CVS commit: src/sys/nfs
Date: Mon, 4 May 2009 05:59:35 +0000
Module Name: src
Committed By: yamt
Date: Mon May 4 05:59:35 UTC 2009
Modified Files:
src/sys/nfs: nfs_vnops.c
Log Message:
nfs_lookup: handle the case where the vnode returned cache_lookup_raw is
being reclaimed by another thread. after recent changes in cache_lookup_raw,
there's a race between cache_lookup_raw/vtryget and getcleanvnode/vclean.
PR/41028.
To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 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.
Home |
Main Index |
Thread Index |
Old Index