commit | 3695669cd4f5fb6d569fd4243312c1b4a05bd5ce | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Nov 14 01:33:13 2009 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Dec 10 22:55:36 2009 +0100 |
tree | 0e74dafb6f26ac2bbd9d0dcea019798380b55aeb | |
parent | 43c6e7b97f9ea0f4dec430dbafb6afa6ac711eb1 [diff] |
lp: move compat_ioctl handling into lp.c Handling for LPSETTIMEOUT can easily be done in lp_ioctl, which is the only user. As a positive side-effect, push the BKL into the ioctl methods. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Greg Kroah-Hartman <gregkh@suse.de>