NetBSD/sys/ufs
pooka 360cafaddb 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.
2002-02-28 21:59:23 +00:00
..
ext2fs fix an error case. 2002-01-26 08:32:05 +00:00
ffs Don't add fs->fs_pendingblocks to f_bavail twice. It's already included 2002-02-28 21:59:23 +00:00
lfs Include the space taken by inodes in the count made by lfs_check(); 2002-02-11 02:47:29 +00:00
mfs fix PR 15299 by making MFS filesystems not be "async". 2002-02-03 03:51:57 +00:00
ufs #undef DIRBLKSIZ before #define-ing it 2002-02-06 15:44:49 +00:00
Makefile