[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>
This commit is contained in:
committed by
Tim Shimmin
parent
425f9ddd53
commit
6385f4d557
@ -907,15 +907,11 @@ STATIC int __init
|
||||
init_xfs_fs( void )
|
||||
{
|
||||
int error;
|
||||
struct sysinfo si;
|
||||
static char message[] __initdata = KERN_INFO \
|
||||
XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled\n";
|
||||
|
||||
printk(message);
|
||||
|
||||
si_meminfo(&si);
|
||||
xfs_physmem = si.totalram;
|
||||
|
||||
ktrace_init(64);
|
||||
|
||||
error = xfs_init_zones();
|
||||
|
Reference in New Issue
Block a user