Diff for /xfs-linux/linux-2.6/xfs_globals.c between versions 1.72 and 1.73

version 1.72, 2007/08/02 16:10:11 version 1.73, 2007/10/02 04:17:39
Line 32  xfs_param_t xfs_params = { Line 32  xfs_param_t xfs_params = {
         .panic_mask     = {     0,              0,              255     },          .panic_mask     = {     0,              0,              255     },
         .error_level    = {     0,              3,              11      },          .error_level    = {     0,              3,              11      },
         .syncd_timer    = {     1*100,          30*100,         7200*100},          .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       },          .stats_clear    = {     0,              0,              1       },
         .inherit_sync   = {     0,              1,              1       },          .inherit_sync   = {     0,              1,              1       },
         .inherit_nodump = {     0,              1,              1       },          .inherit_nodump = {     0,              1,              1       },

Removed from v.1.72  
changed lines
  Added in v.1.73


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