Diff for /xfs-linux/linux-2.6/xfs_super.c between versions 1.383 and 1.384

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();

Removed from v.1.383  
changed lines
  Added in v.1.384


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>