Diff for /xfs-linux/linux-2.4/Attic/xfs_super.c between versions 1.336 and 1.337

version 1.336, 2007/05/22 15:50:48 version 1.337, 2007/08/02 16:10:11
Line 1008  STATIC int __init Line 1008  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_inodecache();          error = xfs_init_inodecache();

Removed from v.1.336  
changed lines
  Added in v.1.337


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