summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1/osf1_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/osf1/osf1_mount.c')
-rw-r--r--sys/alpha/osf1/osf1_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/osf1/osf1_mount.c b/sys/alpha/osf1/osf1_mount.c
index aa0e787..8b2882f 100644
--- a/sys/alpha/osf1/osf1_mount.c
+++ b/sys/alpha/osf1/osf1_mount.c
@@ -159,7 +159,7 @@ osf1_fstatfs(td, uap)
if ((error = getvnode(td->td_proc->p_fd, uap->fd, &fp)))
return (error);
- mp = ((struct vnode *)fp->f_data)->v_mount;
+ mp = fp->f_vnode->v_mount;
#ifdef MAC
error = mac_check_mount_stat(td->td_ucred, mp);
if (error) {
OpenPOWER on IntegriCloud