svn commit: r259475 - head/sys/kern

2013-12-16 Thread Adrian Chadd
Author: adrian Date: Mon Dec 16 19:31:23 2013 New Revision: 259475 URL: http://svnweb.freebsd.org/changeset/base/259475 Log: Migrate the sendfile_sync struct to use a UMA zone rather than M_TEMP. This allows it to be better tracked as well as being able to leverage UMA for more

Re: svn commit: r259475 - head/sys/kern

2013-12-16 Thread Gleb Smirnoff
Adrian, On Mon, Dec 16, 2013 at 07:31:24PM +, Adrian Chadd wrote: A Modified: head/sys/kern/uipc_syscalls.c A == A --- head/sys/kern/uipc_syscalls.cMon Dec 16 18:53:09 2013 (r259474) A +++

Re: svn commit: r259475 - head/sys/kern

2013-12-16 Thread Gleb Smirnoff
On Mon, Dec 16, 2013 at 04:54:15PM -0800, Adrian Chadd wrote: A Ok. I'll go find where I copy pastes thus from. The mbuf code perhaps? A A Should we do a big quick tidy up? Nope, the mbuf code is somewhat different, due to secondary zones. An item freed there isn't actually freed, that's why