aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fifofs/fifo_vnops.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-04-10 10:52:19 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-04-10 10:52:19 +0000
commit885868cd8f34658a50b376ff06df3c4990666c17 (patch)
tree60ec81c960bc903ee02261b0b6fa507c405c3d75 /sys/fs/fifofs/fifo_vnops.c
parent3f54086eba4a1df9981cee3e8f94a3b2b652c205 (diff)
downloadsrc-885868cd8f34658a50b376ff06df3c4990666c17.tar.gz
src-885868cd8f34658a50b376ff06df3c4990666c17.zip
Remove VOP_LEASE and supporting functions. This hasn't been used since
the removal of NQNFS, but was left in in case it was required for NFSv4. Since our new NFSv4 client and server can't use it for their requirements, GC the old mechanism, as well as other unused lease- related code and interfaces. Due to its impact on kernel programming and binary interfaces, this change should not be MFC'd. Proposed by: jeff Reviewed by: jeff Discussed with: rmacklem, zach loafman @ isilon
Notes
Notes: svn path=/head/; revision=190888
Diffstat (limited to 'sys/fs/fifofs/fifo_vnops.c')
-rw-r--r--sys/fs/fifofs/fifo_vnops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/fifofs/fifo_vnops.c b/sys/fs/fifofs/fifo_vnops.c
index c8bc5ab48c1c..66963bcb7432 100644
--- a/sys/fs/fifofs/fifo_vnops.c
+++ b/sys/fs/fifofs/fifo_vnops.c
@@ -118,7 +118,6 @@ struct vop_vector fifo_specops = {
.vop_getattr = VOP_EBADF,
.vop_ioctl = fifo_ioctl,
.vop_kqfilter = fifo_kqfilter,
- .vop_lease = VOP_NULL,
.vop_link = VOP_PANIC,
.vop_mkdir = VOP_PANIC,
.vop_mknod = VOP_PANIC,