git: MFS - Use mmap() instead of malloc().

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Sep 5 16:19:29 PDT 2009


commit e0efe3aefd5fa1b1f344d7e028558973b97c2acb
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Sep 5 16:17:10 2009 -0700

    MFS - Use mmap() instead of malloc().
    
    * mmap does not have the dataspace limitations which malloc does, allowing
      us to create a much larger MFS filesystem.

Summary of changes:
 sbin/newfs/mkfs.c  |  175 ++++------------------------------------------------
 sbin/newfs/newfs.c |    1 -
 2 files changed, 13 insertions(+), 163 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e0efe3aefd5fa1b1f344d7e028558973b97c2acb


-- 
DragonFly BSD source repository





More information about the Commits mailing list