diff options
| author | 2007-01-16 17:52:18 +0000 | |
|---|---|---|
| committer | 2007-01-16 17:52:18 +0000 | |
| commit | 4c5ee6048288f5b05e472f10d8e4e592efcc54e7 (patch) | |
| tree | 06996c905adcae50a4343d95b6fc53eff5414e4f /sys/kern/vfs_default.c | |
| 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/kern/vfs_default.c')
| -rw-r--r-- | sys/kern/vfs_default.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index d4a6e35919c..da7b13db6a9 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_default.c,v 1.30 2005/11/07 01:02:32 pedro Exp $ */ +/* $OpenBSD: vfs_default.c,v 1.31 2007/01/16 17:52:18 thib Exp $ */ /* * Portions of this code are: @@ -235,11 +235,3 @@ filt_generic_readwrite(struct knote *kn, long hint) return (1); } - -int lease_check(void *); - -int -lease_check(void *v) -{ - return (0); -} |
