projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f056653
)
fs: orangefs: remove execute priviliges from module params
author
Sasha Levin
<sasha.levin@oracle.com>
Mon, 3 Aug 2015 04:08:59 +0000
(
00:08
-0400)
committer
Mike 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/orangefs/pvfs2-mod.c
b/fs/orangefs/pvfs2-mod.c
index 69289c5d838c79c8f1ffe7a3d7f41c89921c1247..d80537dadcd87737f09b013ed4031c6d5ae75783 100644
(file)
--- a/
fs/orangefs/pvfs2-mod.c
+++ b/
fs/orangefs/pvfs2-mod.c
@@
-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, 0
755
);
+module_param(module_parm_debug_mask, ulong, 0
644
);
module_param(op_timeout_secs, int, 0);
module_param(slot_timeout_secs, int, 0);