Deleted Added
full compact
40c40
< * $Id: null_vnops.c,v 1.23 1997/10/15 09:21:07 phk Exp $
---
> * $Id: null_vnops.c,v 1.24 1997/10/15 10:04:31 phk Exp $
44c44
< * $Id: null_vnops.c,v 1.23 1997/10/15 09:21:07 phk Exp $
---
> * $Id: null_vnops.c,v 1.24 1997/10/15 10:04:31 phk Exp $
535a536,538
> struct vnode *vp = ap->a_vp;
> struct null_node *xp = VTONULL(vp);
> struct vnode *lowervp = xp->null_lowervp;
540a544,545
> * We still have to tell the lower layer the vnode
> * is now inactive though.
547a553
> VOP_INACTIVE(lowervp, ap->a_p);