Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/02/2006 21:43:24
Module Name: src
Committed By: yamt
Date: Mon Jan 2 21:43:24 UTC 2006
Modified Files:
src/sys/nfs: nfs_node.c
Log Message:
nfs_inactive:
- use LK_CANRECURSE instead of LK_RECURSEFAIL.
PR/32435 from Valeriy E. Ushakov.
- panic explicitly if the parent directory has been revoked.
add an XXX comment.
To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/sys/nfs/nfs_node.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.