commit | 45fcc70c0b6ee0c508e1fdb5fef735c3546803f4 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 21:46:56 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 21:46:56 2009 +0930 |
tree | 15ea34cf77ecd9bbd4f78259ced012f18a26e01b | |
parent | 9a71af2c3627b379b7c31917a7f6ee0d29bc559b [diff] |
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 <rusty@rustcorp.com.au>