]> git.baikalelectronics.ru Git - kernel.git/commit
fb: push down the BKL in the ioctl handler
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Sun, 19 Oct 2008 03:27:51 +0000 (20:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 15:52:36 +0000 (08:52 -0700)
commitd72478f040ea78d18c906120535eb2953ec71441
tree4301f70815fc4c58c4ae41313a5c154448fe4771
parentcbb9cc9062144d6dc8e0c9ed89d66ab0d3389daf
fb: push down the BKL in the ioctl handler

Framebuffer is heavily BKL dependant at the moment so just wrap the ioctl
handler in the driver as we push down.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Alan Cox <alan@redhat.com>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/fbmem.c