commit | 43c6e7b97f9ea0f4dec430dbafb6afa6ac711eb1 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Nov 14 23:16:18 2009 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Dec 10 22:52:12 2009 +0100 |
tree | c85cec4232ba702d97adfe3b0db721fe2fe13a2c | |
parent | 661f627da98c0647bcc002ef35e5441fb3ce667c [diff] |
compat_ioctl: pass compat pointer directly to handlers Instead of having each handler call compat_ptr, we can now convert the pointer once and pass that to each handler. This saves a little bit of both source and object code size. Signed-off-by: Arnd Bergmann <arnd@arndb.de>