Diff for /xfs-linux/xfs_vfsops.c between versions 1.550 and 1.551

version 1.550, 2008/01/21 15:01:39 version 1.551, 2008/02/06 03:24:42
Line 58 Line 58
 #include "xfs_vfsops.h"  #include "xfs_vfsops.h"
   
   
 int  int __init
 xfs_init(void)  xfs_init(void)
 {  {
 #ifdef XFS_DABUF_DEBUG  #ifdef XFS_DABUF_DEBUG
Line 147  xfs_init(void) Line 147  xfs_init(void)
         return 0;          return 0;
 }  }
   
 void  void __exit
 xfs_cleanup(void)  xfs_cleanup(void)
 {  {
         extern kmem_zone_t      *xfs_inode_zone;          extern kmem_zone_t      *xfs_inode_zone;

Removed from v.1.550  
changed lines
  Added in v.1.551


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