Fixed another bug.

geesefs-0-30-9
Aaron Jacobs 2015-09-09 09:54:31 +10:00
parent 8771155822
commit 212f7cdd8a
1 changed files with 2 additions and 0 deletions

View File

@ -198,8 +198,10 @@ func (fs *memFS) StatFS(
// Count free/available bytes and inodes.
op.BlockSize = 1
op.Blocks = Capacity_Bytes
op.BlocksFree = Capacity_Bytes
op.BlocksAvailable = Capacity_Bytes
op.Inodes = Capacity_Files
op.InodesFree = Capacity_Files