uml: Convert to unlocked_ioctls to remove implicit BKL
authorJohn Kacur <jkacur@redhat.com>
Fri, 7 May 2010 15:34:28 +0000 (17:34 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 17 May 2010 03:27:42 +0000 (05:27 +0200)
commitd6c89d9aca0933d90ab926bf448b32f24a163792
tree7bbb281fd3813558bf499b3e727eb9e17ac32e41
parent93d84b6d99f5ddb911b318990c759a0fefa0f7ea
uml: Convert to unlocked_ioctls to remove implicit BKL

Convert hostaudio_ioctl and hostmixer_ioctl_mixdev to
unlocked_ioctl without pushdown.

There is nothing to protect inside, the synchronization
is made from the host already.

Signed-off-by: John Kacur <jkacur@redhat.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
arch/um/drivers/hostaudio_kern.c