|
|
| 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). |