summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union.h
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2001-05-17 04:52:57 +0000
committerbp <bp@FreeBSD.org>2001-05-17 04:52:57 +0000
commit61ab4d4ff9c07e0bd5afbcf54f3dadc84de11c31 (patch)
tree5fe279fe8f68ae7afa4c8ee1d37156a465e88655 /sys/fs/unionfs/union.h
parentf9fd9a4dce87ebe23043530f9aca27bd327cf131 (diff)
downloadFreeBSD-src-61ab4d4ff9c07e0bd5afbcf54f3dadc84de11c31.zip
FreeBSD-src-61ab4d4ff9c07e0bd5afbcf54f3dadc84de11c31.tar.gz
Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.
Diffstat (limited to 'sys/fs/unionfs/union.h')
-rw-r--r--sys/fs/unionfs/union.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h
index a720d41..63a881c 100644
--- a/sys/fs/unionfs/union.h
+++ b/sys/fs/unionfs/union.h
@@ -133,7 +133,6 @@ extern int union_cn_close __P((struct vnode *, int, struct ucred *,
extern void union_removed_upper __P((struct union_node *un));
extern struct vnode *union_lowervp __P((struct vnode *));
extern void union_newsize __P((struct vnode *, off_t, off_t));
-extern void union_vm_coherency __P((struct vnode *, struct uio *, int));
extern int (*union_dircheckp) __P((struct proc *, struct vnode **,
struct file *));
OpenPOWER on IntegriCloud