diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-01 08:28:26 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-01 08:28:26 +0000 |
| commit | cf6347f79b9e46b77721300a21459bce0655f83e (patch) | |
| tree | 46288710ecf2d4d56d3f4e933ba08d9522f4c07b /sys/miscfs/portal/portal_vfsops.c | |
| parent | 1c1351793c36b3c34e62e64ff8668b75945ab8e0 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/portal/portal_vfsops.c')
| -rw-r--r-- | sys/miscfs/portal/portal_vfsops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/portal/portal_vfsops.c b/sys/miscfs/portal/portal_vfsops.c index 15e81b61c68a..481b4d4ac5fd 100644 --- a/sys/miscfs/portal/portal_vfsops.c +++ b/sys/miscfs/portal/portal_vfsops.c @@ -35,7 +35,7 @@ * * @(#)portal_vfsops.c 8.11 (Berkeley) 5/14/95 * - * $Id: portal_vfsops.c,v 1.17 1997/08/16 19:15:17 wollman Exp $ + * $Id: portal_vfsops.c,v 1.18 1997/10/12 20:24:53 phk Exp $ */ /* @@ -151,6 +151,7 @@ portal_mount(mp, path, data, ndp, p) bcopy("portal", mp->mnt_stat.f_mntfromname, sizeof("portal")); #endif + (void)portal_statfs(mp, &mp->mnt_stat, p); return (0); } |
