summaryrefslogtreecommitdiff
path: root/sys/vm/vm_vnode.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_vnode.c')
-rw-r--r--sys/vm/vm_vnode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/vm/vm_vnode.c b/sys/vm/vm_vnode.c
index 519d877..27defc9 100644
--- a/sys/vm/vm_vnode.c
+++ b/sys/vm/vm_vnode.c
@@ -50,8 +50,6 @@
#define pr_debug(...) __nothing
#endif /* PR_DEBUG */
-const struct vm_pagerops vm_vnops;
-
/*
* Perform read/write operation on vnode to/from pages.
*
@@ -164,7 +162,6 @@ vn_attach(struct vnode *vp, vm_prot_t prot)
if (vp->type != VREG) {
pr_error("vn_attach: vp=%p, prot=%x\n", vp, prot);
- pr_error("vn_attach: Special files not supported yet!\n");
return NULL;
}