K 10 svn:author V 3 alc K 8 svn:date V 27 2012-02-15T18:15:26.179177Z K 7 svn:log V 264 MFC r229363 Don't pass VM_ALLOC_ZERO to vm_page_grab() in tmpfs_mappedwrite() and tmpfs_nocacheread(). It is both unnecessary and a pessimization. It results in either the page being zeroed twice or zeroed first and then overwritten by an I/O operation. END