diff options
author | Eric Sandeen <sandeen@sandeen.net> | 2007-08-16 16:25:10 +1000 |
---|---|---|
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2007-10-15 16:40:14 +1000 |
commit | 6385f4d5579ccada7bd1d9fefbdea5515457b10d (patch) | |
tree | 3030e32d9bde4017a69efcdf807e32a785f20082 /fs/xfs/linux-2.6/xfs_globals.c | |
parent | 425f9ddd534573f58df8e7b633a534fcfc16d44d (diff) | |
download | op-kernel-dev-6385f4d5579ccada7bd1d9fefbdea5515457b10d.zip op-kernel-dev-6385f4d5579ccada7bd1d9fefbdea5515457b10d.tar.gz |
[XFS] Remove xfs_physmem
Now that nobody's using it, remove xfs_physmem & friends.
SGI-PV: 968563
SGI-Modid: xfs-linux-melb:xfs-kern:29325a
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_globals.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_globals.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/xfs/linux-2.6/xfs_globals.c b/fs/xfs/linux-2.6/xfs_globals.c index 81565de..9febf9d 100644 --- a/fs/xfs/linux-2.6/xfs_globals.c +++ b/fs/xfs/linux-2.6/xfs_globals.c @@ -20,11 +20,6 @@ #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, * other XFS code uses these values. Times are measured in centisecs (i.e. * 100ths of a second). |