summaryrefslogtreecommitdiffstats
path: root/sys/sys/vnode.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2005-12-14 00:15:11 +0000
committerdes <des@FreeBSD.org>2005-12-14 00:15:11 +0000
commitd40bda1cd272e7d30f8998f9f75273296ea1c654 (patch)
treec8cef525141e9940fa35532b25f77af7b9af5ec6 /sys/sys/vnode.h
parentd44b29aa0d22daf1081015987f2dd13417d4f1b3 (diff)
downloadFreeBSD-src-d40bda1cd272e7d30f8998f9f75273296ea1c654.zip
FreeBSD-src-d40bda1cd272e7d30f8998f9f75273296ea1c654.tar.gz
Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawn
of time (or the inception of ncvs, whichever came last)
Diffstat (limited to 'sys/sys/vnode.h')
-rw-r--r--sys/sys/vnode.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 4073e41..7b9edad 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -451,12 +451,6 @@ struct vnodeop_desc {
int vdesc_cred_offset; /* cred location, if any */
int vdesc_thread_offset; /* thread location, if any */
int vdesc_componentname_offset; /* if any */
- /*
- * Finally, we've got a list of private data (about each operation)
- * for each transport layer. (Support to manage this list is not
- * yet part of BSD.)
- */
- caddr_t *vdesc_transports;
};
#ifdef _KERNEL
OpenPOWER on IntegriCloud