Subject: CVS commit: [thorpej-devvp] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 09/28/2001 23:36:24
Module Name: syssrc
Committed By: fvdl
Date: Fri Sep 28 20:36:24 UTC 2001
Modified Files:
syssrc/sys/kern [thorpej-devvp]: vfs_subr.c
Log Message:
In vgonel, if usecount > 0 and the vnode refers to a device, defer
allocation until the last vrele, to prevent specinfo being ripped
from under a device function.
To generate a diff of this commit:
cvs rdiff -r1.156.2.5 -r1.156.2.6 syssrc/sys/kern/vfs_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.