From: Arnd Bergmann Date: Wed, 28 Apr 2010 12:36:41 +0000 (+0200) Subject: pktcdvd: improve BKL and compat_ioctl.c usage X-Git-Tag: v2.6.34-rc6~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f80a0ca6ad8f2800453e819dafa09a0ed9e56850;p=pandora-kernel.git pktcdvd: improve BKL and compat_ioctl.c usage The pktcdvd driver uses proper locking and does not need the BKL in the ioctl and llseek functions of the character device, so kill both. Moving the compat_ioctl handling from common code into the driver itself fixes build problems when CONFIG_BLOCK is disabled. Acked-by: Randy Dunlap Signed-off-by: Arnd Bergmann Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed