diff options
Diffstat (limited to 'sys/fs/unionfs/union.h')
| -rw-r--r-- | sys/fs/unionfs/union.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h index 02a897101472..3fb0b6e7e837 100644 --- a/sys/fs/unionfs/union.h +++ b/sys/fs/unionfs/union.h @@ -86,7 +86,6 @@ struct union_node { struct vnode *un_dirvp; /* Parent dir of uppervp */ struct vnode *un_pvp; /* Parent vnode */ char *un_path; /* saved component name */ - int un_hash; /* saved un_path hash value */ int un_openl; /* # of opens on lowervp */ int un_exclcnt; /* exclusive count */ unsigned int un_flags; |
