From owner-svn-src-stable@FreeBSD.ORG Mon Aug 31 15:45:12 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DCF91065696 for ; Mon, 31 Aug 2009 15:45:12 +0000 (UTC) (envelope-from qingli@speakeasy.net) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 680E78FC27 for ; Mon, 31 Aug 2009 15:45:12 +0000 (UTC) Received: (qmail 8909 invoked from network); 31 Aug 2009 15:18:32 -0000 Received: from dsl081-051-206.sfo1.dsl.speakeasy.net (HELO qm8nwm5acsx) ([64.81.51.206]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 Aug 2009 15:18:32 -0000 From: "Qing Li" To: "'Robert Watson'" , "'Qing Li'" Date: Mon, 31 Aug 2009 08:19:03 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: Thread-Index: AcoqJENQEoC9CBq1RmS0J3C8WCevJwAKfqwg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Message-Id: <20090831154512.8DCF91065696@hub.freebsd.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: RE: svn commit: r196679 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci net X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2009 15:45:12 -0000 > > On Mon, 31 Aug 2009, Qing Li wrote: > > > As part of r196609, a call to "rtalloc" did not take the > fib into > > account. So call the appropriate "rtalloc_ign_fib()" instead of > > calling "rtalloc_ign()". > > > > Reviewed by: pointed out by bz > > Approved by: re > > I don't have this in my list of re-approved merges. Are you > sure this change was approved by re? > >From "Kostik Belousov": "There was (unhandled) note from Bjoern about interaction with FIB. Patch is approved, but please take care of that note." I assume it's fine. -- Qing