remove vop_lookup_pre and vop_lookup_post

Suggested by:	kib
MFC after:	5 days
This commit is contained in:
avg 2012-11-22 10:36:10 +00:00
parent a9da2b9b0c
commit c20b4131f0
2 changed files with 0 additions and 12 deletions

View File

@ -4094,16 +4094,6 @@ vop_strategy_pre(void *ap)
#endif
}
void
vop_lookup_pre(void *ap)
{
}
void
vop_lookup_post(void *ap, int rc)
{
}
void
vop_lock_pre(void *ap)
{

View File

@ -65,8 +65,6 @@ vop_islocked {
%% lookup dvp L L 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