Skip to content
Snippets Groups Projects
Commit 43c6e7b9 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 661f627d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment