看板 DFBSD_commit 關於我們 聯絡資訊
commit 0f65be104647b75aea01cc199143fba6a0063982 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Jun 25 12:50:50 2009 -0700 HAMMER VFS - Take reserved space into account when reporting statvfs data Adjust statvfs data so reserved space is taken into account, so the filesystem starts failing modifying operations closer to when 'df' would otherwise say that 0 free space remains. Submitted-by: Antonio Huete Jimenez <tuxillo@quantumachine.net> (with modification) Summary of changes: sys/vfs/hammer/hammer.h | 11 ++++++++++- sys/vfs/hammer/hammer_blockmap.c | 4 +++- sys/vfs/hammer/hammer_vfsops.c | 4 +++- 3 files changed, 16 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0f65be104647b75aea01cc199143fba6a0063982 -- DragonFly BSD source repository