From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755519AbZKQB4w (ORCPT ); Mon, 16 Nov 2009 20:56:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755452AbZKQB4w (ORCPT ); Mon, 16 Nov 2009 20:56:52 -0500 Received: from cantor2.suse.de ([195.135.220.15]:41050 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755214AbZKQB4v (ORCPT ); Mon, 16 Nov 2009 20:56:51 -0500 Date: Mon, 16 Nov 2009 17:38:19 -0800 From: Greg KH To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, Alan Stern , Oliver Neukum , Alon Bar-Lev , David Vrabel , linux-usb@vger.kernel.org Subject: Re: [PATCH 10/12] usbdevfs: move compat_ioctl handling to devio.c Message-ID: <20091117013819.GA8030@suse.de> References: <1258331227-1694-1-git-send-email-arnd@arndb.de> <1258331227-1694-11-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1258331227-1694-11-git-send-email-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 On Mon, Nov 16, 2009 at 12:27:05AM +0000, Arnd Bergmann wrote: > Half the compat_ioctl handling is in devio.c, the other > half is in fs/compat_ioctl.c. This moves everything into > one place for consistency. > > As a positive side-effect, push down the BKL into the > ioctl methods. > > Signed-off-by: Arnd Bergmann > Cc: Greg Kroah-Hartman > Cc: Alan Stern > Cc: Oliver Neukum > Cc: Alon Bar-Lev > Cc: David Vrabel > Cc: linux-usb@vger.kernel.org Acked-by: Greg Kroah-Hartman thanks for doing this. greg k-h