From: Alan Cox Date: Wed, 30 Apr 2008 07:53:26 +0000 (-0700) Subject: vt_ioctl: Prepare for BKL push down X-Git-Tag: v2.6.26-rc1~245 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cc3c22bf017f33612748aeb466fdc3695fb1e1d;p=pandora-kernel.git vt_ioctl: Prepare for BKL push down This one could do with some eyeballs on it. In theory it simply wraps the ioctl handler in lock/unlock_kernel ready for the lock/unlocks to be pushed into specific switch values. To do that means changing the code to return via a common exit path not all over the place as it does now, hence the big diff Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed