From: Rusty Russell Date: Sat, 13 Jun 2009 03:46:56 +0000 (-0600) Subject: module_param: split perm field into flags and perm X-Git-Tag: v2.6.31-rc1~371^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45fcc70c0b6ee0c508e1fdb5fef735c3546803f4;p=pandora-kernel.git module_param: split perm field into flags and perm Impact: cleanup Rather than hack KPARAM_KMALLOCED into the perm field, separate it out. Since the perm field was 32 bits and only needs 16, we don't add bloat. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed