Commit 212f7cdd authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed another bug.

parent 87711558
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment