git: HAMMER VFS - Fix bug in statvfs()
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Dec 3 15:15:33 PST 2009
commit c07636592ca4cdb9af0f0dc65a13221577fad67b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Dec 3 15:13:02 2009 -0800
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 at gmx.de>
Summary of changes:
sys/vfs/hammer/hammer_vfsops.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c07636592ca4cdb9af0f0dc65a13221577fad67b
--
DragonFly BSD source repository
More information about the Commits
mailing list