diff options
| -rw-r--r-- | sys/sys/vnode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 4f3cf38bff09..e711c274f1ee 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -143,9 +143,7 @@ struct vnode { */ LIST_HEAD(, namecache) v_cache_src; /* c Cache entries from us */ TAILQ_HEAD(, namecache) v_cache_dst; /* c Cache entries to us */ - u_long v_id; /* c capability identifier */ struct vnode *v_dd; /* c .. vnode */ - u_long v_ddid; /* c .. capability identifier */ /* * clustering stuff |
