Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 03/01/1999 23:47:50
Module Name: src
Committed By: fvdl
Date: Tue Mar 2 07:47:50 UTC 1999
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
Fill in vnodecovered in the mount structure before calling VFS_MOUNT anyway,
some things (e.g. unionfs) may depend on it. It's currently ok
for vnodecovered to be set already; it's not for v_mountedhere in
the vnode, though.
>From John Darrow.
XXX should probably just extend VFS_MOUNT to take the vnode pointer as
an argument.