aboutsummaryrefslogtreecommitdiff
path: root/ufs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'ufs/inode.c')
-rw-r--r--ufs/inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufs/inode.c b/ufs/inode.c
index ec4ee10b..2c1c7278 100644
--- a/ufs/inode.c
+++ b/ufs/inode.c
@@ -471,8 +471,8 @@ error_t
diskfs_set_statfs (struct fsys_statfsbuf *st)
{
st->fsys_stb_type = FSTYPE_UFS;
- st->fsys_stb_bsize = sblock->fs_bsize;
- st->fsys_stb_fsize = sblock->fs_fsize;
+ st->fsys_stb_iosize = sblock->fs_bsize;
+ st->fsys_stb_bsize = sblock->fs_fsize;
st->fsys_stb_blocks = sblock->fs_dsize;
st->fsys_stb_bfree = (sblock->fs_cstotal.cs_nbfree * sblock->fs_frag
+ sblock->fs_cstotal.cs_nffree);