patch-2.4.26 linux-2.4.26/fs/xfs/linux/xfs_sysctl.c
Next file: linux-2.4.26/fs/xfs/linux/xfs_sysctl.h
Previous file: linux-2.4.26/fs/xfs/linux/xfs_super.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
2004-04-14 06:05:40.000000000 -0700
- Orig file:
linux-2.4.25/fs/xfs/linux/xfs_sysctl.c
- Orig date:
2004-02-18 05:36:31.000000000 -0800
diff -urN linux-2.4.25/fs/xfs/linux/xfs_sysctl.c linux-2.4.26/fs/xfs/linux/xfs_sysctl.c
@@ -149,6 +149,16 @@
sizeof(int), 0644, NULL, &proc_dointvec_minmax,
&sysctl_intvec, NULL,
&xfs_params.inherit_noatim.min, &xfs_params.inherit_noatim.max},
+
+ {XFS_FLUSH_INTERVAL, "flush_interval", &xfs_params.flush_interval.val,
+ sizeof(int), 0644, NULL, &proc_dointvec_minmax,
+ &sysctl_intvec, NULL,
+ &xfs_params.flush_interval.min, &xfs_params.flush_interval.max},
+
+ {XFS_AGE_BUFFER, "age_buffer", &xfs_params.age_buffer.val,
+ sizeof(int), 0644, NULL, &proc_dointvec_minmax,
+ &sysctl_intvec, NULL,
+ &xfs_params.age_buffer.min, &xfs_params.age_buffer.max},
/* please keep this the last entry */
#ifdef CONFIG_PROC_FS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)