Diff for /xfs-linux/linux-2.6/xfs_ksyms.c between versions 1.56 and 1.57

version 1.56, 2007/03/06 02:58:28 version 1.57, 2007/04/16 06:06:47
Line 125  EXPORT_SYMBOL(xfs_params); Line 125  EXPORT_SYMBOL(xfs_params);
 EXPORT_SYMBOL(xfs_bmbt_disk_get_all);  EXPORT_SYMBOL(xfs_bmbt_disk_get_all);
 #endif  #endif
   
 #if defined(CONFIG_XFS_DEBUG)  #if defined(CONFIG_KDB_MODULES)
 extern struct list_head xfs_buftarg_list;  EXPORT_SYMBOL(xfs_get_buftarg_list);
 EXPORT_SYMBOL(xfs_buftarg_list);  
 #endif  #endif
   
 /*  /*

Removed from v.1.56  
changed lines
  Added in v.1.57


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