mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
There is no /sys/parameters
There is no such path as /sys/parameters, module parameters live in /sys/module/*/parameters. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
4f6de4d51f
commit
b634d130e4
@ -439,7 +439,7 @@ extern struct kernel_param_ops param_ops_string;
|
||||
extern int param_set_copystring(const char *val, const struct kernel_param *);
|
||||
extern int param_get_string(char *buffer, const struct kernel_param *kp);
|
||||
|
||||
/* for exporting parameters in /sys/parameters */
|
||||
/* for exporting parameters in /sys/module/.../parameters */
|
||||
|
||||
struct module;
|
||||
|
||||
|
@ -787,7 +787,7 @@ static void __init kernel_add_sysfs_param(const char *name,
|
||||
}
|
||||
|
||||
/*
|
||||
* param_sysfs_builtin - add contents in /sys/parameters for built-in modules
|
||||
* param_sysfs_builtin - add sysfs parameters for built-in modules
|
||||
*
|
||||
* Add module_parameters to sysfs for "modules" built into the kernel.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user