diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-05-21 22:04:16 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2009-12-10 22:52:09 +0100 |
commit | 5a07ea0b97f206ed23a5850079b7f322e7730869 (patch) | |
tree | 7de142305d8cae9bbee2c182cd7f1e4abcdc39cc /fs/fat | |
parent | 348c4b9078ba8d9bef2e453c7ded07fde4748c79 (diff) | |
download | linux-3.10-5a07ea0b97f206ed23a5850079b7f322e7730869.tar.gz linux-3.10-5a07ea0b97f206ed23a5850079b7f322e7730869.tar.bz2 linux-3.10-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 'fs/fat')
0 files changed, 0 insertions, 0 deletions