git: tmpfs - Remove size cap
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu May 10 17:21:24 PDT 2012
commit 2a3a6ffde91129cf29faded8f47e8fa2390e5581
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list