diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-08-12 01:24:26 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-08-12 01:24:26 +0000 |
| commit | 9702d652123531e1898ac40e5d8a2b70e19a8ad8 (patch) | |
| tree | a5fbd94df8c7ca97cd7b4a8761599ef146b1555e /sys/compat | |
| parent | 64844747f04571001a0319c6aa7f71a7f208ea77 (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/linux/linux_stats.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c index 5ceb22ac936d3..e99bc67d41474 100644 --- a/sys/compat/linux/linux_stats.c +++ b/sys/compat/linux/linux_stats.c @@ -360,7 +360,8 @@ linux_ustat(struct thread *td, struct linux_ustat_args *args) if (vp->v_mount == NULL) return (EINVAL); #ifdef MAC - error = mac_check_mount_stat(td->td_proc->p_ucred, mp); + error = mac_check_mount_stat(td->td_proc->p_ucred, + vp->v_mount); if (error) return (error); #endif |
