Subject: PR/32435 CVS commit: src/sys/nfs
To: None <yamt@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 01/02/2006 21:50:01
The following reply was made to PR kern/32435; it has been noted by GNATS.

From: YAMAMOTO Takashi <yamt@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32435 CVS commit: src/sys/nfs
Date: Mon,  2 Jan 2006 21:43:24 +0000 (UTC)

 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.