From: Jiri Kosina Date: Thu, 5 Nov 2009 15:01:13 +0000 (+0100) Subject: HID: remove BKL from hiddev_ioctl_usage() X-Git-Tag: v2.6.33-rc1~343^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c857730438cceb56a94ade3029899f52adf3b90;p=pandora-kernel.git HID: remove BKL from hiddev_ioctl_usage() The race between ioctl and disconnect is guarded by low level hiddev device mutex (existancelock) since the commit 07903407 ("HID: hiddev cleanup -- handle all error conditions properly"), therefore we can remove the lock_kernel() from hiddev_ioctl_usage(). Acked-by: Oliver Neukum Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed