Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/18/2003 22:44:45
Module Name: src
Committed By: christos
Date: Fri Apr 18 22:44:45 UTC 2003
Modified Files:
src/sys/kern: vfs_subr.c
Log Message:
make the copy_statfs_args() function copy all the fields that are not
set by the filesystems. Before my changes, the statfs code depended
on calling it with mp->mnt_stat, and did not explicitly initialize
anything!
To generate a diff of this commit:
cvs rdiff -r1.192 -r1.193 src/sys/kern/vfs_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.