Skip to content

Commit

Permalink
compat_ioctl: pass compat pointer directly to handlers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann committed Dec 10, 2009
1 parent 661f627 commit 43c6e7b
Showing 1 changed file with 83 additions and 128 deletions.
Loading

0 comments on commit 43c6e7b

Please sign in to comment.