Diff for /linux-2.6-xfs/mainline-patches/linux-2.6/xfs_globals.c between versions 1.2 and 1.3

version 1.2, 2007/01/16 14:53:53 version 1.3, 2007/01/16 14:56:58
Line 0 Line 1
   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       },

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>