提交 cb987f3c 编写于 作者: S Sasha Levin 提交者: Mike Marshall

fs: orangefs: remove execute priviliges from module params

This makes no sense and causes warnings on boot.
Signed-off-by: NSasha Levin <sasha.levin@oracle.com>
Signed-off-by: NMike Marshall <hubcap@omnibond.com>
上级 f0566532
......@@ -65,7 +65,7 @@ static struct file_system_type pvfs2_fs_type = {
};
module_param(hash_table_size, int, 0);
module_param(module_parm_debug_mask, ulong, 0755);
module_param(module_parm_debug_mask, ulong, 0644);
module_param(op_timeout_secs, int, 0);
module_param(slot_timeout_secs, int, 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册