diff options
author | 2009-11-05 19:13:51 +0100 | |
---|---|---|
committer | 2009-12-10 22:52:10 +0100 | |
commit | 789f0f89118a80a3ff5309371e5820f623ed2a53 (patch) | |
tree | b4f178d169be07bdc9cbc629d4f9dab896233408 /mm/vmalloc.c | |
parent | compat_ioctl: inline all conversion handlers (diff) | |
download | wireguard-linux-789f0f89118a80a3ff5309371e5820f623ed2a53.tar.xz wireguard-linux-789f0f89118a80a3ff5309371e5820f623ed2a53.zip |
compat_ioctl: simplify calling of handlers
The compat_ioctl array now contains only entries for ioctl numbers
that do not require a separate handler. By special-casing the
ULONG_IOCTL case in the do_ioctl_trans function, we can kill the
final use of a function pointer in the array.
text data bss dec hex filename
7539 13352 2080 22971 59bb before/fs/compat_ioctl.o
7910 8552 2080 18542 486e after/fs/compat_ioctl.o
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'mm/vmalloc.c')
0 files changed, 0 insertions, 0 deletions