Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934181Ab0D3SyQ (ORCPT ); Fri, 30 Apr 2010 14:54:16 -0400 Received: from mail-ww0-f46.google.com ([74.125.82.46]:56306 "EHLO mail-ww0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934047Ab0D3Sx4 (ORCPT ); Fri, 30 Apr 2010 14:53:56 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=meIgaTDTyHur+jMcmwCRO+sIG5oSvUr3eiorfSnd5XNn3qYJ0Rzyw6VR9dml49EeId l7AqntgEJTdQ7dsQKFYOXVF0lpNV14e0T7l46ZY/sq8zvn09PMPYSEgSsdiaufrUJHsW JgbkzfOSlnO2qwORl3ulA9IVSDqLrSjpBku2A= Date: Fri, 30 Apr 2010 04:18:58 +0200 From: Frederic Weisbecker To: Arnd Bergmann , Kai Makisara Cc: dgilbert@interlog.com, Jens Axboe , Vivek Goyal , Tejun Heo , FUJITA Tomonori , "Martin K. Petersen" , Steven Rostedt , Ingo Molnar , John Kacur , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, James Bottomley Subject: Re: [PATCH] scsi/st: remove BKL from open Message-ID: <20100430021855.GA21078@nowhere> References: <1271277384-7627-1-git-send-email-arnd@arndb.de> <201004151629.45029.arnd@arndb.de> <201004152251.39636.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201004152251.39636.arnd@arndb.de> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 695 Lines: 21 On Thu, Apr 15, 2010 at 10:51:38PM +0200, Arnd Bergmann wrote: > The st_open function is serialized through the st_dev_arr_lock > and the STp->in_use flag, so there is no race that the BKL > can protect against in the driver itself, and the function > does not access any global state outside of the driver that > might be protected with the BKL. > > Signed-off-by: Arnd Bergmann > --- Kai, can we get your ack on this? Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/