diff options
Diffstat (limited to 'sys/fs/smbfs/smbfs_node.h')
-rw-r--r-- | sys/fs/smbfs/smbfs_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_node.h b/sys/fs/smbfs/smbfs_node.h index e65337a..1343ff5 100644 --- a/sys/fs/smbfs/smbfs_node.h +++ b/sys/fs/smbfs/smbfs_node.h @@ -51,7 +51,7 @@ struct smbnode { struct lock n_lock; /* smbnode lock. (mbf) */ #endif int n_flag; - struct smbnode * n_parent; + struct vnode * n_parent; struct vnode * n_vnode; struct smbmount * n_mount; time_t n_attrage; /* attributes cache time */ |