summaryrefslogtreecommitdiffstats
path: root/sys/kern/vnode_if.src
diff options
context:
space:
mode:
authorthib <thib@openbsd.org>2007-01-16 17:52:18 +0000
committerthib <thib@openbsd.org>2007-01-16 17:52:18 +0000
commit4c5ee6048288f5b05e472f10d8e4e592efcc54e7 (patch)
tree06996c905adcae50a4343d95b6fc53eff5414e4f /sys/kern/vnode_if.src
parentsync with the code: int -> intmax_t (diff)
downloadwireguard-openbsd-4c5ee6048288f5b05e472f10d8e4e592efcc54e7.tar.xz
wireguard-openbsd-4c5ee6048288f5b05e472f10d8e4e592efcc54e7.zip
Retire VOP_LEASE(); It was a bit for NQNFS and has
effectively been a no-op for quite some time now, without promise for future usage. ok pedro@ Testing by krw@ (earlier diff) and Johan Mson Lindman (tybollt@solace.miun.se)
Diffstat (limited to 'sys/kern/vnode_if.src')
-rw-r--r--sys/kern/vnode_if.src12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src
index bc7422c1b37..b15a3fd991f 100644
--- a/sys/kern/vnode_if.src
+++ b/sys/kern/vnode_if.src
@@ -1,4 +1,4 @@
-# $OpenBSD: vnode_if.src,v 1.31 2006/10/16 11:27:53 pedro Exp $
+# $OpenBSD: vnode_if.src,v 1.32 2007/01/16 17:52:18 thib Exp $
# $NetBSD: vnode_if.src,v 1.10 1996/05/11 18:26:27 mycroft Exp $
#
# Copyright (c) 1992, 1993
@@ -187,16 +187,6 @@ vop_write {
};
#
-#% lease vp = = =
-#
-vop_lease {
- IN struct vnode *vp;
- IN struct proc *p;
- IN struct ucred *cred;
- IN int flag;
-};
-
-#
#% ioctl vp U U U
#