Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb987f3c authored by Sasha Levin's avatar Sasha Levin Committed by Mike Marshall
Browse files

fs: orangefs: remove execute priviliges from module params



This makes no sense and causes warnings on boot.

Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
Signed-off-by: default avatarMike Marshall <hubcap@omnibond.com>
parent f0566532
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);