summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorArnd Bergmann2009-05-22 00:04:16 +0200
committerArnd Bergmann2009-12-10 22:52:09 +0100
commit5a07ea0b97f206ed23a5850079b7f322e7730869 (patch)
tree7de142305d8cae9bbee2c182cd7f1e4abcdc39cc /firmware
parentcompat_ioctl: Remove BKL (diff)
downloadkernel-qcow2-linux-5a07ea0b97f206ed23a5850079b7f322e7730869.tar.gz
kernel-qcow2-linux-5a07ea0b97f206ed23a5850079b7f322e7730869.tar.xz
kernel-qcow2-linux-5a07ea0b97f206ed23a5850079b7f322e7730869.zip
compat_ioctl: inline all conversion handlers
This makes all ioctl conversion handlers called from a single switch statement, leaving only COMPATIBLE_IOCTL and ULONG_IOCTL statements in the table. This is somewhat more space efficient and also lets us simplify the handling of the lookup table significantly. before: text data bss dec hex filename 7619 14024 2080 23723 5cab obj/fs/compat_ioctl.o after: 7567 13352 2080 22999 59d7 obj/fs/compat_ioctl.o Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions