patch-2.4.26 linux-2.4.26/fs/xfs/linux/xfs_globals.c
Next file: linux-2.4.26/fs/xfs/linux/xfs_ioctl.c
Previous file: linux-2.4.26/fs/xfs/linux/xfs_file.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2004-04-14 06:05:40.000000000 -0700
-  Orig file: 
linux-2.4.25/fs/xfs/linux/xfs_globals.c
-  Orig date: 
2004-02-18 05:36:31.000000000 -0800
diff -urN linux-2.4.25/fs/xfs/linux/xfs_globals.c linux-2.4.26/fs/xfs/linux/xfs_globals.c
@@ -64,6 +64,8 @@
 	.inherit_sync	= {	0,	1,	1	},
 	.inherit_nodump	= {	0,	1,	1	},
 	.inherit_noatim = {	0,	1,	1	},
+	.flush_interval	= {	HZ/2,	HZ,	30*HZ	},
+	.age_buffer	= {	1*HZ,	15*HZ,	300*HZ	},
 };
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)