summaryrefslogtreecommitdiff
path: root/sys/xfs
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2007-01-16 17:52:19 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2007-01-16 17:52:19 +0000
commit2de0712790ae7c9f1ad5fbd4d16115b50d00b964 (patch)
tree9dd89d25cc512e0f21c86d0d63e7b0d60a9a5290 /sys/xfs
parent4bd808e5f53e0cc7725f8c6e49c7cdf716a77be4 (diff)
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/xfs')
-rw-r--r--sys/xfs/xfs_vopdefs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/xfs/xfs_vopdefs.h b/sys/xfs/xfs_vopdefs.h
index f6be67591cb..0082f332faf 100644
--- a/sys/xfs/xfs_vopdefs.h
+++ b/sys/xfs/xfs_vopdefs.h
@@ -20,8 +20,6 @@ NNPFS_VOP_DEF(setattr);
NNPFS_VOP_DEF(read);
#define HAVE_VOP_WRITE 1
NNPFS_VOP_DEF(write);
-#define HAVE_VOP_LEASE 1
-NNPFS_VOP_DEF(lease);
#define HAVE_VOP_IOCTL 1
NNPFS_VOP_DEF(ioctl);
#define HAVE_VOP_POLL 1