Diff for /xfs-linux/linux-2.6/xfs_sysctl.c between versions 1.41 and 1.42

version 1.41, 2007/03/20 05:07:28 version 1.42, 2007/07/09 06:12:03
Line 243  static ctl_table xfs_table[] = { Line 243  static ctl_table xfs_table[] = {
                 .extra1         = &xfs_params.inherit_nodfrg.min,                  .extra1         = &xfs_params.inherit_nodfrg.min,
                 .extra2         = &xfs_params.inherit_nodfrg.max                  .extra2         = &xfs_params.inherit_nodfrg.max
         },          },
           {
                   .ctl_name       = XFS_FILESTREAM_TIMER,
                   .procname       = "filestream_centisecs",
                   .data           = &xfs_params.fstrm_timer.val,
                   .maxlen         = sizeof(int),
                   .mode           = 0644,
                   .proc_handler   = &proc_dointvec_minmax,
                   .strategy       = &sysctl_intvec,
                   .extra1         = &xfs_params.fstrm_timer.min,
                   .extra2         = &xfs_params.fstrm_timer.max,
           },
         /* please keep this the last entry */          /* please keep this the last entry */
 #ifdef CONFIG_PROC_FS  #ifdef CONFIG_PROC_FS
         {          {

Removed from v.1.41  
changed lines
  Added in v.1.42


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