From: Arnd Bergmann Date: Sat, 3 Jul 2010 22:02:28 +0000 (+0200) Subject: PCI: kill BKL in /proc/pci X-Git-Tag: v2.6.37-rc1~62^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=991f739544a0923b70fb69b115edb880ff9fcc4a;p=pandora-kernel.git PCI: kill BKL in /proc/pci All operations in the pci procfs ioctl functions are atomic, so no lock is needed here. Also add a compat_ioctl method, since all the commands are compatible in 32 bit mode. Signed-off-by: Arnd Bergmann Cc: Jesse Barnes Cc: Tejun Heo Cc: linux-pci@vger.kernel.org Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed