[PATCH] lirc: use unlocked_ioctl

2010-07-09 Thread Arnd Bergmann
New code should not rely on the big kernel lock, so use the unlocked_ioctl file operation in lirc. Signed-off-by: Arnd Bergmann a...@arndb.de --- The lirc code currently conflicts with my removal of the .ioctl operation, which I'd like to get into linux-next. drivers/media/IR/ir-lirc-codec.c |

Re: [PATCH] lirc: use unlocked_ioctl

2010-07-09 Thread Jarod Wilson
On Fri, Jul 09, 2010 at 11:35:39PM +0200, Arnd Bergmann wrote: New code should not rely on the big kernel lock, so use the unlocked_ioctl file operation in lirc. Signed-off-by: Arnd Bergmann a...@arndb.de --- The lirc code currently conflicts with my removal of the .ioctl operation, which