Eliminate v_id and v_ddid. This changes struct vnode, so all

filesystem modules must be recompiled.  (Since struct vnode has
already changed in 6-CURRENT, there's little advantage to leaving
the unused fields around.)
This commit is contained in:
das 2005-03-30 03:02:16 +00:00
parent ee2e963215
commit 24f6f05d8e

View File

@ -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