From: Thomas Gleixner Date: Fri, 16 Oct 2009 05:42:33 +0000 (+0900) Subject: sh: Remove BKL from landisk gio. X-Git-Tag: v2.6.32-rc6~121^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a94909f00e0ffceeac202e517a126d57c1c523;p=pandora-kernel.git sh: Remove BKL from landisk gio. The open function got the BKL via the big push down. Replace it by preempt_enable/disable as this is sufficient for an UP machine. The ioctl can be unlocked because there is no functionality which requires serialization. The usage by multiple callers is broken with and without the BKL due to the local static variable addr. Signed-off-by: Thomas Gleixner Signed-off-by: Paul Mundt --- Reading git-diff-tree failed