mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
scst: create proc/scst_threads with mode S_IRUGO, not 0
Signed-off-by: David Butterfield <dab21774@gmail.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7154 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -176,7 +176,7 @@ static unsigned int scst_max_cmd_mem;
|
||||
unsigned int scst_max_dev_cmd_mem;
|
||||
int scst_forcibly_close_sessions;
|
||||
|
||||
module_param_named(scst_threads, scst_threads, int, 0);
|
||||
module_param_named(scst_threads, scst_threads, int, S_IRUGO);
|
||||
MODULE_PARM_DESC(scst_threads, "SCSI target threads count");
|
||||
|
||||
module_param_named(scst_max_cmd_mem, scst_max_cmd_mem, int, S_IRUGO);
|
||||
|
||||
Reference in New Issue
Block a user