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

version 1.71, 2007/08/02 15:54:29 version 1.72, 2007/08/02 16:10:11
Line 20 Line 20
 #include "xfs_sysctl.h"  #include "xfs_sysctl.h"
   
 /*  /*
  * System memory size - used to scale certain data structures in XFS.  
  */  
 unsigned long xfs_physmem;  
   
 /*  
  * Tunable XFS parameters.  xfs_params is required even when CONFIG_SYSCTL=n,   * Tunable XFS parameters.  xfs_params is required even when CONFIG_SYSCTL=n,
  * other XFS code uses these values.  Times are measured in centisecs (i.e.   * other XFS code uses these values.  Times are measured in centisecs (i.e.
  * 100ths of a second).   * 100ths of a second).

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


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