From: John Kacur Date: Sun, 18 Oct 2009 21:49:49 +0000 (+0200) Subject: sony_pi: Remove the BKL from open and ioctl X-Git-Tag: v2.6.33-rc3~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6432e734c99ed685e3cad72f7dcae4c65008fcab;p=pandora-kernel.git sony_pi: Remove the BKL from open and ioctl The BKL is in this function because of the BKL pushdown (see commit f8f2c79d594463427f7114cedb1555110d547d89) It is not needed here because the mutex_lock sonypi_device.lock provides the necessary locking. sonypi_misc_ioctl can be converted to unlocked ioctls since it relies on its own locking (the mutex sonypi_device.lock) and not the bkl Document that llseek is not needed by explictly setting it to no_llseek LKML-Reference: Signed-off-by: John Kacur Acked-by: Arnd Bergmann Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed