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:
4cd8f31
)
orangefs: Change default dcache and getattr timeout to 50 msec.
author
Martin Brandenburg
<martin@omnibond.com>
Tue, 26 Jul 2016 17:23:04 +0000
(13:23 -0400)
committer
Martin Brandenburg
<martin@omnibond.com>
Tue, 2 Aug 2016 19:38:47 +0000
(15:38 -0400)
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
fs/orangefs/orangefs-mod.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/orangefs/orangefs-mod.c
b/fs/orangefs/orangefs-mod.c
index 1caef0aab63e726a453819a223517e5e59d4aba1..e9fd5755c05faf55d223ac5e63751d19f357662e 100644
(file)
--- a/
fs/orangefs/orangefs-mod.c
+++ b/
fs/orangefs/orangefs-mod.c
@@
-47,8
+47,8
@@
struct client_debug_mask client_debug_mask = { NULL, 0, 0 };
unsigned int kernel_mask_set_mod_init; /* implicitly false */
int op_timeout_secs = ORANGEFS_DEFAULT_OP_TIMEOUT_SECS;
int slot_timeout_secs = ORANGEFS_DEFAULT_SLOT_TIMEOUT_SECS;
-int dcache_timeout_msecs =
100
0;
-int getattr_timeout_msecs =
100
0;
+int dcache_timeout_msecs =
5
0;
+int getattr_timeout_msecs =
5
0;
MODULE_LICENSE("GPL");
MODULE_AUTHOR("ORANGEFS Development Team");