git: MFS - Fix MFS size passed to kernel mfs component
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Sep 1 07:40:27 PDT 2009
commit 272b4ce8ddbc710007e442f34d6ed0f3da0a7d95
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list