tmpfs - Remove size cap
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 11 May 2012 00:20:06 +0000 (17:20 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 11 May 2012 00:20:06 +0000 (17:20 -0700)
commit2a3a6ffde91129cf29faded8f47e8fa2390e5581
tree01c3fd6038409e0dacad630aca05d1ccea37e1e2
parentc22639f2f9ab7a553a48a826103c4a9b7c77f86a
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.
sys/vfs/tmpfs/tmpfs_vfsops.c