K 10 svn:author V 2 jh K 8 svn:date V 27 2011-03-09T15:27:11.810534Z K 7 svn:log V 432 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. END