mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
s390/dasd: Make module parameter visible in sysfs
Change the visibility of the dasd parameter of kernel module dasd_mod to be consistent with the eer_pages parameter. Signed-off-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com> Acked-by: Stefan Weinhuber <wein@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
69e273c0b0
commit
3b1269350b
@ -77,7 +77,7 @@ EXPORT_SYMBOL_GPL(dasd_nofcx);
|
||||
* strings when running as a module.
|
||||
*/
|
||||
static char *dasd[256];
|
||||
module_param_array(dasd, charp, NULL, 0);
|
||||
module_param_array(dasd, charp, NULL, S_IRUGO);
|
||||
|
||||
/*
|
||||
* Single spinlock to protect devmap and servermap structures and lists.
|
||||
|
Loading…
Reference in New Issue
Block a user