]> git.baikalelectronics.ru Git - kernel.git/commit
USB: usbmon: Implement compat_ioctl
authorPete Zaitcev <zaitcev@redhat.com>
Sat, 20 Dec 2008 19:56:08 +0000 (12:56 -0700)
committerGreg Kroah-Hartman <gregkh@kvm.kroah.org>
Wed, 28 Jan 2009 00:15:36 +0000 (16:15 -0800)
commit72c50dced8f4f09cd0302260172114b6a964943b
tree21c1740f03c8a13227c4cac36a06c26ebcf36b90
parent4c671b12206e3cc8b786824bef7dd099ad1c6222
USB: usbmon: Implement compat_ioctl

Running a 32-bit usbmon(8) on 2.6.28-rc9 produces the following:
ioctl32(usbmon:28563): Unknown cmd fd(3) cmd(400c9206){t:ffffff92;sz:12} arg(ffd3f458) on /dev/usbmon0

It happens because the compatibility mode was implemented for 2.6.18
and not updated for the fsops.compat_ioctl API.

This patch relocates the pieces from under #ifdef CONFIG_COMPAT into
compat_ioctl with no other changes except one new whitespace.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/mon/mon_bin.c