From owner-cvs-src@FreeBSD.ORG Wed Apr 21 17:03:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 742C516A4CF for ; Wed, 21 Apr 2004 17:03:47 -0700 (PDT) Received: from tx3.oucs.ox.ac.uk (tx3.oucs.ox.ac.uk [163.1.2.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F2A843D41 for ; Wed, 21 Apr 2004 17:03:46 -0700 (PDT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan3.oucs.ox.ac.uk ([163.1.2.166] helo=localhost) by tx3.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1BGRgv-0002dm-OL for cvs-src@FreeBSD.org; Thu, 22 Apr 2004 01:03:45 +0100 Received: from rx3.oucs.ox.ac.uk ([163.1.2.165]) by localhost (scan3.oucs.ox.ac.uk [163.1.2.166]) (amavisd-new, port 25) with ESMTP id 09932-05 for ; Thu, 22 Apr 2004 01:03:45 +0100 (BST) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx3.oucs.ox.ac.uk with smtp (Exim 4.24) id 1BGRgv-0002de-Aw for cvs-src@FreeBSD.org; Thu, 22 Apr 2004 01:03:45 +0100 Received: (qmail 19364 invoked by uid 1004); 22 Apr 2004 00:03:45 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.098017 secs); 22 Apr 2004 00:03:45 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 22 Apr 2004 00:03:44 -0000 Message-Id: <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Thu, 22 Apr 2004 01:03:42 +0100 To: Darren Reed From: Colin Percival In-Reply-To: <20040421232445.GB60368@hub.freebsd.org> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <20040421232445.GB60368@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: cvs-src@FreeBSD.org cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2004 00:03:47 -0000 At 00:24 22/04/2004, Darren Reed wrote: >Some of these changes, for the sake of change, can be annoying... As Luigi mentioned when he started this, these aren't changes "for the sake of change"; rather, these are changes to clean things up so that it is easier to add all the necessary locking. Colin Percival