HAMMER VFS - Fix bug in statvfs()
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 3 Dec 2009 23:13:02 +0000 (15:13 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 3 Dec 2009 23:13:02 +0000 (15:13 -0800)
commitc07636592ca4cdb9af0f0dc65a13221577fad67b
tree7d610e98d95785cc4a257e6d3cf32e00943dd3d4
parent9a8950383d81cedd1a717e637373a554fbd8562c
HAMMER VFS - Fix bug in statvfs()

* statvfs() had a coding error which caused it to return 0 free space
  until the first statfs() call was made.

Reported-by: Johannes Hofmann <johannes.hofmann@gmx.de>
sys/vfs/hammer/hammer_vfsops.c