FreeBSD/src b4b3e34 (r345491)sys/conf options, sys/fs/tmpfs tmpfs_vfsops.c tmpfs.h

Make TMPFS_PAGES_MINRESERVED a kernel option

TMPFS_PAGES_MINRESERVED controls how much memory is reserved for the system
and not used by tmpfs.

On very small memory systems, the default value may be too high and this
prevents these small memory systems from using reroot, which is required
for them to install firmware updates.

Submitted by:   Hiroki Mori <yamori813 at yahoo.co.jp>
Reviewed by:    mizhka
Differential Revision:  https://reviews.freebsd.org/D13583
DeltaFile
+3-0sys/conf/options
+3-0sys/fs/tmpfs/tmpfs_vfsops.c
+2-0sys/fs/tmpfs/tmpfs.h
+1-1sys/modules/tmpfs/Makefile
+9-14 files

UnifiedSplitRaw