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 },