Add vop_whiteout, per CSRG.

This commit is contained in:
mycroft 1994-12-14 13:03:11 +00:00
parent 43051b1cc6
commit d67f9f7960
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: vnode_if.src,v 1.6 1994/12/13 20:14:30 mycroft Exp $
# $NetBSD: vnode_if.src,v 1.7 1994/12/14 13:03:11 mycroft Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@ -302,6 +302,12 @@ vop_lease {
IN int flag;
};
vop_whiteout {
IN struct vnode *dvp;
IN struct componentname *cnp;
IN int flags;
};
# Needs work: no vp?
#vop_bwrite {
# IN struct buf *bp;