fs: orangefs: remove execute priviliges from module params
authorSasha Levin <sasha.levin@oracle.com>
Mon, 3 Aug 2015 04:08:59 +0000 (00:08 -0400)
committerMike Marshall <hubcap@omnibond.com>
Sat, 3 Oct 2015 15:40:06 +0000 (11:40 -0400)
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>
fs/orangefs/pvfs2-mod.c

index 69289c5d838c79c8f1ffe7a3d7f41c89921c1247..d80537dadcd87737f09b013ed4031c6d5ae75783 100644 (file)
@@ -65,7 +65,7 @@ static struct file_system_type pvfs2_fs_type = {
 };
 
 module_param(hash_table_size, int, 0);
 };
 
 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);
 
 module_param(op_timeout_secs, int, 0);
 module_param(slot_timeout_secs, int, 0);
 
This page took 0.027064 seconds and 5 git commands to generate.