Add vop_whiteout, per CSRG.
This commit is contained in:
parent
43051b1cc6
commit
d67f9f7960
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue