DragonFly BSD
DragonFly commits List (threaded) for 2012-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: tmpfs - Remove size cap


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 10 May 2012 17:21:24 -0700 (PDT)

commit 2a3a6ffde91129cf29faded8f47e8fa2390e5581
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Thu May 10 17:20:06 2012 -0700

    tmpfs - Remove size cap
    
    tmpfs normally caps manually requested filesystem sizes to available
    memory and swap.  However, this messes up size specifications in /etc/fstab
    during boot which mount tmpfs prior to turning on swap.
    
    For now just disable it.

Summary of changes:
 sys/vfs/tmpfs/tmpfs_vfsops.c |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2a3a6ffde91129cf29faded8f47e8fa2390e5581


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]