From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933636AbZLKQKf (ORCPT ); Fri, 11 Dec 2009 11:10:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933182AbZLKQK3 (ORCPT ); Fri, 11 Dec 2009 11:10:29 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:35857 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932918AbZLKQK2 (ORCPT ); Fri, 11 Dec 2009 11:10:28 -0500 Date: Fri, 11 Dec 2009 08:07:45 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: David Howells cc: Thomas Gleixner , LKML , "Paul E. McKenney" , Dipankar Sarma , Ingo Molnar , Peter Zijlstra , Oleg Nesterov , Al Viro , James Morris , Andrew Morton , Randy Dunlap , Vegard Nossum Subject: Re: [patch 8/9] Documentation: Fix invalid rcu assumptions In-Reply-To: <13688.1260540024@redhat.com> Message-ID: References: <20091210004703.308396881@linutronix.de> <20091210001308.247025548@linutronix.de> <13688.1260540024@redhat.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Dec 2009, David Howells wrote: > Thomas Gleixner wrote: > > > -197 * we use RCU protection here > > +196 * caller must be holding the RCU readlocke > > You mean "readlock" I suspect. Or maybe he's talking about ye olde readlocke, used widely for OS research throughout the middle ages. You still find that spelling in some really old CS literature. Linus