Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759414Ab0D3TEX (ORCPT ); Fri, 30 Apr 2010 15:04:23 -0400 Received: from emh02.mail.saunalahti.fi ([62.142.5.108]:34566 "EHLO emh02.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934244Ab0D3TEB (ORCPT ); Fri, 30 Apr 2010 15:04:01 -0400 Date: Fri, 30 Apr 2010 22:03:34 +0300 (EEST) From: Kai Makisara X-X-Sender: makisara@kai.makisara.local To: Frederic Weisbecker cc: Arnd Bergmann , 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 In-Reply-To: <20100430021855.GA21078@nowhere> Message-ID: References: <1271277384-7627-1-git-send-email-arnd@arndb.de> <201004151629.45029.arnd@arndb.de> <201004152251.39636.arnd@arndb.de> <20100430021855.GA21078@nowhere> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Antivirus: VAMS Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 27 On Fri, 30 Apr 2010, Frederic Weisbecker wrote: > 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? > I am sorry, I have forgotten to send it. Acked-by: Kai Makisara Thanks, Kai -- 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/