diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 17ad5e463710..2fbf24a6cf58 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -907,15 +907,11 @@ STATIC int __init | |||
907 | init_xfs_fs( void ) | 907 | init_xfs_fs( void ) |
908 | { | 908 | { |
909 | int error; | 909 | int error; |
910 | struct sysinfo si; | ||
911 | static char message[] __initdata = KERN_INFO \ | 910 | static char message[] __initdata = KERN_INFO \ |
912 | XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled\n"; | 911 | XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled\n"; |
913 | 912 | ||
914 | printk(message); | 913 | printk(message); |
915 | 914 | ||
916 | si_meminfo(&si); | ||
917 | xfs_physmem = si.totalram; | ||
918 | |||
919 | ktrace_init(64); | 915 | ktrace_init(64); |
920 | 916 | ||
921 | error = xfs_init_zones(); | 917 | error = xfs_init_zones(); |