[BACK]Return to xfs_globals.c 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_globals.c (download)

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

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

  Reinstate delete file.

Add probes for DMAPI, quotas and ioops modules.

--- /home/chatz/isms/linux-2.6.19/fs/xfs/linux-2.6/xfs_globals.c	2006-11-30 08:57:37.000000000 +1100
+++ linux-2.6/xfs_globals.c	2006-12-15 17:48:28.000000000 +1100
@@ -37,6 +37,9 @@
 	.panic_mask	= {	0,		0,		255	},
 	.error_level	= {	0,		3,		11	},
 	.syncd_timer	= {	1*100,		30*100,		7200*100},
+	.probe_dmapi	= {	0,		0,		1	},
+	.probe_ioops	= {	0,		0,		1	},
+	.probe_quota	= {	0,		1,		1	},
 	.stats_clear	= {	0,		0,		1	},
 	.inherit_sync	= {	0,		1,		1	},
 	.inherit_nodump	= {	0,		1,		1	},