From 5d8af49b77686c1ccac6b4c0b63e42a6270724c6 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 6 Dec 2004 20:31:36 +0000 Subject: Trust vfs_mount to call VFS_STATFS() on all mounts. --- sys/fs/unionfs/union_vfsops.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/fs/unionfs') diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index 0b94370..59f6b8c 100644 --- a/sys/fs/unionfs/union_vfsops.c +++ b/sys/fs/unionfs/union_vfsops.c @@ -299,8 +299,6 @@ union_mount(mp, td) (void) copystr(target, cp, len - 1, &size); bzero(cp + size, len - size); - (void)union_statfs(mp, &mp->mnt_stat, td); - UDEBUG(("union_mount: from %s, on %s\n", mp->mnt_stat.f_mntfromname, mp->mnt_stat.f_mntonname)); return (0); -- cgit v1.1