Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 10/17/1999 22:04:43
Module Name: syssrc
Committed By: cgd
Date: Mon Oct 18 05:04:42 UTC 1999
Modified Files:
syssrc/sys/adosfs [netbsd-1-4]: advfsops.c
Log Message:
pull up rev 1.37 from trunk (requested by wrstuden):
In spec_close(), call the device's close routine with the vnode
unlocked if the call might block. Force a non-blocking close if
VXLOCK is set. This eliminates a potential deadlock situation, and
should eliminate the dirty buffers on reboot issue.
To generate a diff of this commit:
cvs rdiff -r1.35.2.1 -r1.35.2.2 syssrc/sys/adosfs/advfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.