Re: svn commit: r274274 - head/sys/net

2014-11-08 Thread Bjoern A. Zeeb
On 08 Nov 2014, at 16:03 , Gleb Smirnoff wrote: > On Sat, Nov 08, 2014 at 03:06:20PM +, Bjoern A. Zeeb wrote: > B> > Modified: head/sys/net/if.c > B> > > == > B> > --- head/sys/net/if.cSat Nov 8 06:43:33 2014

Re: svn commit: r274274 - head/sys/net

2014-11-08 Thread Gleb Smirnoff
On Sat, Nov 08, 2014 at 03:06:20PM +, Bjoern A. Zeeb wrote: B> > Modified: head/sys/net/if.c B> > == B> > --- head/sys/net/if.c Sat Nov 8 06:43:33 2014(r274273) B> > +++ head/sys/net/if.c Sat Nov 8

Re: svn commit: r274274 - head/sys/net

2014-11-08 Thread Bjoern A. Zeeb
On 08 Nov 2014, at 07:23 , Gleb Smirnoff wrote: > Author: glebius > Date: Sat Nov 8 07:23:01 2014 > New Revision: 274274 > URL: https://svnweb.freebsd.org/changeset/base/274274 > > Log: > ifindex_alloc_locked() never fails and doesn't have no-lock version, > so change the prototype. > > Sp

svn commit: r274274 - head/sys/net

2014-11-07 Thread Gleb Smirnoff
Author: glebius Date: Sat Nov 8 07:23:01 2014 New Revision: 274274 URL: https://svnweb.freebsd.org/changeset/base/274274 Log: ifindex_alloc_locked() never fails and doesn't have no-lock version, so change the prototype. Sponsored by: Netflix Sponsored by: Nginx, Inc. Modified: head/