Skip to content

Commit

Permalink
fs: orangefs: remove execute priviliges from module params
Browse files Browse the repository at this point in the history
This makes no sense and causes warnings on boot.

Signed-off-by: Sasha Levin <[email protected]>
Signed-off-by: Mike Marshall <[email protected]>
  • Loading branch information
sashalevin authored and hubcapsc committed Oct 3, 2015
1 parent f056653 commit cb987f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/orangefs/pvfs2-mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit cb987f3

Please sign in to comment.