From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758850AbYEPQoL (ORCPT ); Fri, 16 May 2008 12:44:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751673AbYEPQn5 (ORCPT ); Fri, 16 May 2008 12:43:57 -0400 Received: from vena.lwn.net ([206.168.112.25]:43077 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585AbYEPQn4 (ORCPT ); Fri, 16 May 2008 12:43:56 -0400 To: Linus Torvalds cc: Ingo Molnar , Andrew Morton , Peter Zijlstra , Thomas Gleixner , Alan Cox , Alexander Viro , linux-kernel@vger.kernel.org Subject: Re: [PATCH, RFC] char dev BKL pushdown From: corbet@lwn.net (Jonathan Corbet) In-reply-to: Your message of "Fri, 16 May 2008 09:30:23 PDT." Date: Fri, 16 May 2008 10:43:56 -0600 Message-ID: <19345.1210956236@vena.lwn.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds wrote: > May I suggest just adding a comment in those files, just saying something > like > > /* This does not need the BKL, because .. */ OK, I'll make another pass shortly and fill that in. > Btw, do you have gitweb running anywhere? No, I guess I need to figure out how to set it up. Either that or get one of those kernel.org accounts and put things there. Thanks, jon