1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

- Use the new vop_lookup_{pre,post} instead of simpler locking specification.

This commit is contained in:
Jeff Roberson 2002-07-09 19:55:06 +00:00
parent 25b286d6db
commit 50bfcee1cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99691

View File

@ -63,8 +63,10 @@ vop_islocked {
};
#
#% lookup dvp L ? ?
#% lookup vpp - L -
# lookup dvp L ? ?
# lookup vpp - L -
#! lookup pre vop_lookup_pre
#! lookup post vop_lookup_post
#
# XXX - the lookup locking protocol defies simple description and depends
# on the flags and operation fields in the (cnp) structure. Note