mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
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
7ce7f713ee
commit
878cdac054
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144320
@ -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