From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v3] Documentation: rw_lock lessons learned Date: Mon, 14 Dec 2009 09:50:06 -0800 Message-ID: <20091214095006.5cfc57a0@nehalam> References: <4B254ABE.9040002@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Linus Torvalds , Jarek Poplawski , Andrew Morton , "Paul E. McKenney" , Linux Kernel Developers , Linux Kernel Network Developers , Eric Dumazet , Stephen Clark , Stefan Richter To: William Allen Simpson Return-path: In-Reply-To: <4B254ABE.9040002@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sun, 13 Dec 2009 15:12:46 -0500 William Allen Simpson wrote: > In recent months, two different network projects erroneously > strayed down the rw_lock path. Update the Documentation > based upon comments by Eric Dumazet and Paul E. McKenney in > those threads. > > Further updates await somebody else with more expertise. > > Changes: > - Merged with extensive content by Stephen Hemminger. > - Fix one of the comments by Linus Torvalds. > > Signed-off-by: William.Allen.Simpson@gmail.com > Acked-by: Paul E. McKenney > --- > Documentation/spinlocks.txt | 184 ++++++++++++++++++++----------------------- > 1 files changed, 84 insertions(+), 100 deletions(-) The whole document needs a writer to go over it and make it readable. Something like an updated chapter on locking from LDD3 book. John? Randy?