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

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)