[BACK]Return to xfs_sysctl.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / mainline-patches / linux-2.6

File: [Development] / linux-2.6-xfs / mainline-patches / linux-2.6 / xfs_sysctl.h (download)

Revision 1.3, Tue Jan 16 14:56:58 2007 UTC (10 years, 8 months ago) by vapo.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +27 -0 lines

Merge of 2.6.x-xfs-melb:linux:27935a by kenmcd.

  Reinstate delete file.

Add probes for DMAPI, quotas and ioops.

--- /home/chatz/isms/linux-2.6.19/fs/xfs/linux-2.6/xfs_sysctl.h	2006-11-30 08:57:37.000000000 +1100
+++ linux-2.6/xfs_sysctl.h	2006-12-15 17:48:29.000000000 +1100
@@ -39,6 +39,9 @@
 	xfs_sysctl_val_t error_level;	/* Degree of reporting for problems  */
 	xfs_sysctl_val_t syncd_timer;	/* Interval between xfssyncd wakeups */
 	xfs_sysctl_val_t stats_clear;	/* Reset all XFS statistics to zero. */
+	xfs_sysctl_val_t probe_dmapi;	/* probe for DMAPI module on mount. */
+	xfs_sysctl_val_t probe_ioops;	/* probe for an IO module on mount. */
+	xfs_sysctl_val_t probe_quota;	/* probe for quota module on mount. */
 	xfs_sysctl_val_t inherit_sync;	/* Inherit the "sync" inode flag. */
 	xfs_sysctl_val_t inherit_nodump;/* Inherit the "nodump" inode flag. */
 	xfs_sysctl_val_t inherit_noatim;/* Inherit the "noatime" inode flag. */
@@ -73,9 +76,9 @@
 	XFS_PANIC_MASK = 6,
 	XFS_ERRLEVEL = 7,
 	XFS_SYNCD_TIMER = 8,
-	/* XFS_PROBE_DMAPI = 9 */
-	/* XFS_PROBE_IOOPS = 10 */
-	/* XFS_PROBE_QUOTA = 11 */
+	XFS_PROBE_DMAPI = 9,
+	XFS_PROBE_IOOPS = 10,
+	XFS_PROBE_QUOTA = 11,
 	XFS_STATS_CLEAR = 12,
 	XFS_INHERIT_SYNC = 13,
 	XFS_INHERIT_NODUMP = 14,