commit | e6df34a4429b77fdffb6e05adf263468a3dcda33 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Aug 11 23:04:17 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Aug 11 23:04:18 2010 +0930 |
tree | 0858a2cd08fffad89c05ab4a0d14ae832777f42b | |
parent | 6a841528d288ac420052f5c98fd426b0fcdc5b52 [diff] |
param: add a free hook to kernel_param_ops. This allows us to generalize the KPARAM_KMALLOCED flag, by calling a function on every parameter when a module is unloaded. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Takashi Iwai <tiwai@suse.de> Tested-by: Phil Carmody <ext-phil.2.carmody@nokia.com>