|
@@ -666,6 +666,7 @@ static int param_set_aabool(const char *val, const struct kernel_param *kp);
|
|
|
static int param_get_aabool(char *buffer, const struct kernel_param *kp);
|
|
|
#define param_check_aabool param_check_bool
|
|
|
static struct kernel_param_ops param_ops_aabool = {
|
|
|
+ .flags = KERNEL_PARAM_FL_NOARG,
|
|
|
.set = param_set_aabool,
|
|
|
.get = param_get_aabool
|
|
|
};
|
|
@@ -682,6 +683,7 @@ static int param_set_aalockpolicy(const char *val, const struct kernel_param *kp
|
|
|
static int param_get_aalockpolicy(char *buffer, const struct kernel_param *kp);
|
|
|
#define param_check_aalockpolicy param_check_bool
|
|
|
static struct kernel_param_ops param_ops_aalockpolicy = {
|
|
|
+ .flags = KERNEL_PARAM_FL_NOARG,
|
|
|
.set = param_set_aalockpolicy,
|
|
|
.get = param_get_aalockpolicy
|
|
|
};
|