1
0
Fork 0

fs: orangefs: remove execute priviliges from module params

This makes no sense and causes warnings on boot.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
hifive-unleashed-5.1
Sasha Levin 2015-08-03 00:08:59 -04:00 committed by Mike Marshall
parent f0566532fe
commit cb987f3cbe
1 changed files with 1 additions and 1 deletions

View File

@ -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);