Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758177AbYAJTgT (ORCPT ); Thu, 10 Jan 2008 14:36:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755009AbYAJTgE (ORCPT ); Thu, 10 Jan 2008 14:36:04 -0500 Received: from one.firstfloor.org ([213.235.205.2]:59709 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753978AbYAJTgD (ORCPT ); Thu, 10 Jan 2008 14:36:03 -0500 Date: Thu, 10 Jan 2008 20:38:39 +0100 From: Andi Kleen To: Matthew Wilcox Cc: Andi Kleen , James Bottomley , Andre Noll , linux-scsi , linux-kernel , kernel-janitors@vger.kernel.org, Richard Knutsson Subject: Re: [patch 1/1] Switch ioctl functions of drivers/scsi/sg.c to unlocked_ioctl Message-ID: <20080110193839.GA2120@one.firstfloor.org> References: <20080110180529.GA32640@skl-net.de> <1199991298.3141.75.camel@localhost.localdomain> <20080110185944.GA1690@one.firstfloor.org> <1199991828.3141.82.camel@localhost.localdomain> <20080110193227.GH747@one.firstfloor.org> <20080110193321.GH18741@parisc-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080110193321.GH18741@parisc-linux.org> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 588 Lines: 13 > If your goal is to get rid of the BKL everywhere, sure. It's not clear > to me this is the most productive way of spending our time though. I believe eventually eliminating ->ioctl (as opposed to ->unlocked_ioctl) would be a productive thing to do. Still having implicit BKL semantics in such an important interface is just wrong. -Andi -- 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/