Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 08/15/2000 17:25:09
Module Name:	syssrc
Committed By:	fvdl
Date:		Tue Aug 15 14:25:09 UTC 2000

Modified Files:
	syssrc/sys/ufs/ffs: ffs_softdep.c

Log Message:
Do not call MALLOC with M_WAITOK while holding the "lock". Thanks to
Ethan Solomita for the reminder.

Mark the parent vnode lock as recursive while flushing pagedeps. XXX.
Should fix kern/10564.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/ufs/ffs/ffs_softdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.