Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 07/07/1999 15:58:46
Module Name:	syssrc
Committed By:	wrstuden
Date:		Wed Jul  7 22:58:45 UTC 1999

Modified Files:
	syssrc/sys/sys: namei.h

Log Message:
Add PDIRUNLOCKED which will be set by a leaf fs when it returns an error
and has unlocked the parrent vnode. Should only actually be returned if
the fs needs to unlock the parrent and has difficulty re-locking the
parrent. Needed so that layered fs's can keep track of locking.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/sys/namei.h

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