Skip to content

Commit

Permalink
vt_ioctl: Prepare for BKL push down
Browse files Browse the repository at this point in the history
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 <alan@redhat.com>

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Apr 30, 2008
1 parent dd9a451 commit 9cc3c22
Showing 1 changed file with 268 additions and 184 deletions.
Loading

0 comments on commit 9cc3c22

Please sign in to comment.