kernel - TMPFS - Parse tmpfs_args from mount()
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 18 Feb 2010 18:04:36 +0000 (10:04 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 18 Feb 2010 18:04:36 +0000 (10:04 -0800)
commit29ffeb2816b19dccdc5f4a994e9255f69e2a589d
tree247d4f31a3aa3231eeab7a8bc0aa40e20b345228
parentef20d7548cdf6a09a8b0d66da2e9665deec5074c
kernel - TMPFS - Parse tmpfs_args from mount()

* Parse tmpfs_args from mount() to set max size and inodes.

* Allow a fixed percentage of memory + swap to be used, do not attempt
  to calculate actual free memory + swap (because its impossible to do
  correctly).
sys/vfs/tmpfs/tmpfs.h
sys/vfs/tmpfs/tmpfs_subr.c
sys/vfs/tmpfs/tmpfs_vfsops.c