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

2012-06-04 Thread Gleb Smirnoff
On Mon, Jun 04, 2012 at 07:48:58PM -0700, Adrian Chadd wrote: A> This commit undid part of what you committed in a previous commit? It didn't. Since we are sure that second arugment of m_cat() isn't a chain, but a single M_EXT mbuf, we can skip using m_cat and reduce code to m_last. -- Totus tuu

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

2012-06-04 Thread Adrian Chadd
Hi, This commit undid part of what you committed in a previous commit? Adrian ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r236563 - head/sys/kern

2012-06-04 Thread Gleb Smirnoff
Author: glebius Date: Mon Jun 4 14:18:13 2012 New Revision: 236563 URL: http://svn.freebsd.org/changeset/base/236563 Log: Microoptimisation of code from r236560, also coming from Nginx Inc. Submitted by: ru Modified: head/sys/kern/uipc_syscalls.c Modified: head/sys/kern/uipc_syscalls.c