|
|
| version 1.383, 2007/06/08 16:05:36 | version 1.384, 2007/08/02 16:10:11 |
|---|---|
| Line 914 STATIC int __init | Line 914 STATIC int __init |
| init_xfs_fs( void ) | init_xfs_fs( void ) |
| { | { |
| int error; | int error; |
| struct sysinfo si; | |
| static char message[] __initdata = KERN_INFO \ | static char message[] __initdata = KERN_INFO \ |
| XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled\n"; | XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled\n"; |
| printk(message); | printk(message); |
| si_meminfo(&si); | |
| xfs_physmem = si.totalram; | |
| ktrace_init(64); | ktrace_init(64); |
| error = xfs_init_zones(); | error = xfs_init_zones(); |