Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment