From: Arnd Bergmann Date: Sat, 14 Nov 2009 01:28:05 +0000 (+0100) Subject: usbdevfs: move compat_ioctl handling to devio.c X-Git-Tag: v2.6.33-rc1~300^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=637e8a60a7aaf4ef7d46cfdf83bcfac9cf6f0fbd;p=pandora-kernel.git usbdevfs: move compat_ioctl handling to devio.c 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 Acked-by: Greg Kroah-Hartman Cc: Alan Stern Cc: Oliver Neukum Cc: Alon Bar-Lev Cc: David Vrabel Cc: linux-usb@vger.kernel.org --- Reading git-diff-tree failed