summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfsnode.h
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/nfs/nfsnode.h
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/nfs/nfsnode.h')
-rw-r--r--sys/nfs/nfsnode.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h
index ef09b6ff6a1..708218c9518 100644
--- a/sys/nfs/nfsnode.h
+++ b/sys/nfs/nfsnode.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsnode.h,v 1.22 2004/08/03 17:11:48 marius Exp $ */
+/* $OpenBSD: nfsnode.h,v 1.23 2007/01/16 17:52:18 thib Exp $ */
/* $NetBSD: nfsnode.h,v 1.16 1996/02/18 11:54:04 fvdl Exp $ */
/*
@@ -178,8 +178,6 @@ int nfs_getattr(void *);
int nfs_setattr(void *);
int nfs_read(void *);
int nfs_write(void *);
-#define nfs_lease_check ((int (*)(void *))nullop)
-#define nqnfs_vop_lease_check lease_check
int nfsspec_read(void *);
int nfsspec_write(void *);
int nfsfifo_read(void *);