]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commite53677113e32e6f118e31b8391a2eab7ee52c0a7
tree4301f70815fc4c58c4ae41313a5c154448fe4771
parent978ccaa8ea5d8c7bf6b676209f2fc126eae6355b
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