MFS - Fix MFS size passed to kernel mfs component
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 1 Sep 2009 14:37:42 +0000 (07:37 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 1 Sep 2009 14:37:42 +0000 (07:37 -0700)
commit272b4ce8ddbc710007e442f34d6ed0f3da0a7d95
treee900af86b510fa72e7b793dd3d270584c239fe7e
parentce7bb9b705cf831da8fca657a62b64614a697e11
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.
sbin/newfs/mkfs.c
sbin/newfs/newfs.c