看板 DFBSD_commit 關於我們 聯絡資訊
commit 272b4ce8ddbc710007e442f34d6ed0f3da0a7d95 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Sep 1 07:37:42 2009 -0700 MFS - Fix MFS size passed to kernel mfs component * Half the size was being passed because fssize is adjusted by mkfs from a sector-based count to a filesystem-block-based count. This caused failures as the MFS filesystem filled up. Summary of changes: sbin/newfs/mkfs.c | 15 +++++++-------- sbin/newfs/newfs.c | 22 +++++++++++++++++----- 2 files changed, 24 insertions(+), 13 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/272b4ce8ddbc710007e442f34d6ed0f3da0a7d95 -- DragonFly BSD source repository