Diff for /xfs-linux/xfs.h between versions 1.50 and 1.51

version 1.50, 2007/09/11 06:11:49 version 1.51, 2007/12/11 05:17:10
Line 41 Line 41
 #define XFS_FILESTREAMS_TRACE 1  #define XFS_FILESTREAMS_TRACE 1
 #endif  #endif
   
 #include <linux/version.h>  
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)  
 #include <linux-2.6/xfs_linux.h>  #include <linux-2.6/xfs_linux.h>
 #else  
 #include <linux-2.4/xfs_linux.h>  
 #endif  
   
 #endif  /* __XFS_H__ */  #endif  /* __XFS_H__ */

Removed from v.1.50  
changed lines
  Added in v.1.51


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