Subject: CVS commit: syssrc/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/28/2002 23:59:24
Module Name:	syssrc
Committed By:	pooka
Date:		Thu Feb 28 21:59:23 UTC 2002

Modified Files:
	syssrc/sys/ufs/ffs: ffs_vfsops.c

Log Message:
Don't add fs->fs_pendingblocks to f_bavail twice. It's already included
in f_bfree, which is added to f_bavail.

Fixes problem with statfs reporting too much free space for filesystems
which have files pending to be freed by softdeps.


To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 syssrc/sys/ufs/ffs/ffs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.