看板 DFBSD_commit 關於我們 聯絡資訊
commit c07636592ca4cdb9af0f0dc65a13221577fad67b Author: Matthew Dillon <dillon@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@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