Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761974AbZJNQOY (ORCPT ); Wed, 14 Oct 2009 12:14:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761719AbZJNQOY (ORCPT ); Wed, 14 Oct 2009 12:14:24 -0400 Received: from kroah.org ([198.145.64.141]:34807 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760600AbZJNQOX (ORCPT ); Wed, 14 Oct 2009 12:14:23 -0400 Date: Wed, 14 Oct 2009 09:10:55 -0700 From: Greg KH To: Arnd Bergmann Cc: Thomas Gleixner , LKML , Andrew Morton , Ingo Molnar , Peter Zijlstra , Frederic Weisbecker , Vincent Sanders , John Kacur , Jonathan Corbet , Christoph Hellwig Subject: Re: [PATCH 1/2] compat_ioctl: remove VT specific ioctl handlers Message-ID: <20091014161055.GA9932@kroah.com> References: <20091010153314.827301943@linutronix.de> <200910141759.35162.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200910141759.35162.arnd@arndb.de> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1020 Lines: 28 On Wed, Oct 14, 2009 at 05:59:34PM +0200, Arnd Bergmann wrote: > The VT driver now handles all of these ioctls directly, so > we can remove the handlers from common code. > > These are the only handlers that require the BKL because they > directly perform the ioctl action rather than just converting > the data structures. Once they are gone, we can remove the > BKL from the remaining ioctl conversion handlers. > > Signed-off-by: Arnd Bergmann > --- > fs/compat_ioctl.c | 188 +---------------------------------------------------- > 1 files changed, 1 insertions(+), 187 deletions(-) > > I guess it makes sense to merge these two through the BKL removal > queue. That's fine with me: Acked-by: Greg Kroah-Hartman thanks, greg k-h -- 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/