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:
parent
ee2e963215
commit
24f6f05d8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user