git: MFS - Fix MFS size passed to kernel mfs component

看板DFBSD_commit作者時間16年前 (2009/09/02 02:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AdMYfyf (DFBSD_commit)