remove vop_lookup_pre and vop_lookup_post

Suggested by:	kib
MFC after:	5 days
This commit is contained in:
Andriy Gapon 2012-11-22 10:36:10 +00:00
parent da9782dac0
commit 4f15bb6730
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243400
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