Date: Wed, 9 Mar 2011 15:27:11 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man5 tmpfs.5 src/sys/fs/tmpfs tmpfs_vfsops.c Message-ID: <201103091529.p29FTYlT095586@repoman.freebsd.org>
index | next in thread | raw e-mail
jh 2011-03-09 15:27:11 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
share/man/man5 tmpfs.5
sys/fs/tmpfs tmpfs_vfsops.c
Log:
SVN rev 219429 on 2011-03-09 15:27:11Z by jh
MFC r203164:
Add "maxfilesize" mount option for tmpfs to allow specifying the
maximum file size limit. Default is UINT64_MAX when the option is
not specified. It was useless to set the limit to the total amount of
memory and swap in the system.
Use tmpfs_mem_info() rather than get_swpgtotal() in tmpfs_mount() to
check if there is enough memory available.
Remove now unused get_swpgtotal().
MFC r203169:
Bump .Dd for r203164.
Revision Changes Path
1.4.2.3 +3 -1 src/share/man/man5/tmpfs.5
1.21.2.3 +8 -57 src/sys/fs/tmpfs/tmpfs_vfsops.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103091529.p29FTYlT095586>
