1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

The LOCKPARENT flag is singular. It doesn't work causing complications

is also a singular fact.
This commit is contained in:
Tim Vanderhoek 2000-05-21 03:23:10 +00:00
parent 8d15625944
commit bca1f3c245
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60751

View File

@ -194,9 +194,9 @@ if SAVESTART or SAVENAME is set.
To free only the ni_cnd.cn_pnbuf, there is a special flags NDF_ONLY_PNBUF.
To not free the cnd, use the flag ND_NO_FREE_PNBUF.
.Sh BUGS
LOCKPARENT do not always result in parent vp being locked (see details in
LOCKPARENT does not always result in parent vp being locked (see details in
description).
This result in complications everywhere LOCKPARENT is used.
This results in complications everywhere LOCKPARENT is used.
In order to solve this for the cases that include both LOCKPARENT and LOCKLEAF,
it will be necessary to go to recursive locking.
.Sh SEE ALSO