diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-06-13 05:46:57 +0200 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-06-12 14:16:58 +0200 |
commit | fddd520122953550ec2c8b60e7ca0d0f0d115d97 (patch) | |
tree | d0c45f94bc0054661ee9af41b607815c24a36cff /fs/jffs2/read.c | |
parent | module_param: add __same_type convenience wrapper for __builtin_types_compati... (diff) | |
download | linux-fddd520122953550ec2c8b60e7ca0d0f0d115d97.tar.xz linux-fddd520122953550ec2c8b60e7ca0d0f0d115d97.zip |
module_param: allow 'bool' module_params to be bool, not just int.
Impact: API cleanup
For historical reasons, 'bool' parameters must be an int, not a bool.
But there are around 600 users, so a conversion seems like useless churn.
So we use __same_type() to distinguish, and handle both cases.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'fs/jffs2/read.c')
0 files changed, 0 insertions, 0 deletions