diff options
author | 2007-01-16 17:52:18 +0000 | |
---|---|---|
committer | 2007-01-16 17:52:18 +0000 | |
commit | 4c5ee6048288f5b05e472f10d8e4e592efcc54e7 (patch) | |
tree | 06996c905adcae50a4343d95b6fc53eff5414e4f /sys/xfs | |
parent | sync with the code: int -> intmax_t (diff) | |
download | wireguard-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/xfs')
-rw-r--r-- | sys/xfs/xfs_vopdefs.h | 2 |
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 |