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:
b21010e
)
[XFS] Set filestreams object timeout to something sane.
author
David Chinner
<dgc@sgi.com>
Thu, 16 Aug 2007 05:20:56 +0000
(15:20 +1000)
committer
Tim Shimmin
<tes@chook.melbourne.sgi.com>
Wed, 5 Sep 2007 04:47:10 +0000
(14:47 +1000)
SGI-PV: 968554
SGI-Modid: xfs-linux-melb:xfs-kern:29303a
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/linux-2.6/xfs_globals.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_globals.c
b/fs/xfs/linux-2.6/xfs_globals.c
index bb72c3d4141f7f3260333e4b734d9bc708e71be9..81565dea9af7ca9f119a69ebc2f32a62edc318df 100644
(file)
--- a/
fs/xfs/linux-2.6/xfs_globals.c
+++ b/
fs/xfs/linux-2.6/xfs_globals.c
@@
-46,7
+46,7
@@
xfs_param_t xfs_params = {
.inherit_nosym = { 0, 0, 1 },
.rotorstep = { 1, 1, 255 },
.inherit_nodfrg = { 0, 1, 1 },
- .fstrm_timer = { 1,
50,
3600*100},
+ .fstrm_timer = { 1,
30*100,
3600*100},
};
/*