From: Rusty Russell Date: Sat, 13 Jun 2009 03:46:57 +0000 (-0600) Subject: module_param: allow 'bool' module_params to be bool, not just int. X-Git-Tag: v2.6.31-rc1~371^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fddd520122953550ec2c8b60e7ca0d0f0d115d97;p=pandora-kernel.git 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 --- Reading git-diff-tree failed