]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/linux-2.6/xfs_globals.c
Pull cpuidle into release branch
[linux-2.6-omap-h63xx.git] / fs / xfs / linux-2.6 / xfs_globals.c
index bb72c3d4141f7f3260333e4b734d9bc708e71be9..9febf9dc999d902558c527fbc0a01c77c0f46602 100644 (file)
 #include "xfs_cred.h"
 #include "xfs_sysctl.h"
 
-/*
- * System memory size - used to scale certain data structures in XFS.
- */
-unsigned long xfs_physmem;
-
 /*
  * Tunable XFS parameters.  xfs_params is required even when CONFIG_SYSCTL=n,
  * other XFS code uses these values.  Times are measured in centisecs (i.e.
@@ -46,7 +41,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},
 };
 
 /*