phk 2004-12-06 19:53:32 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_mount.c
Log:
Always call VFS_STATFS() on mp->mnt_stat when we have mounted a filesystem,
this way individual filesystems don't have to do it.
Revision Changes Path
1.166 +1 -0 src/sys/kern/vfs_mount.c