DragonFly commits List (threaded) for 2009-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: MFS - Fix MFS size passed to kernel mfs component
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]