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

is also a singular fact.
This commit is contained in:
hoek 2000-05-21 03:23:10 +00:00
parent 330553539f
commit 5add8da7bd

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