Diff for /xfs-linux/xfs_rtalloc.h between versions 1.29 and 1.30

version 1.29, 2007/02/07 02:51:56 version 1.30, 2007/11/05 15:04:07
Line 21 Line 21
 struct xfs_mount;  struct xfs_mount;
 struct xfs_trans;  struct xfs_trans;
   
 #define XFS_IS_REALTIME_INODE(ip) ((ip)->i_d.di_flags & XFS_DIFLAG_REALTIME)  
   
 /* Min and max rt extent sizes, specified in bytes */  /* Min and max rt extent sizes, specified in bytes */
 #define XFS_MAX_RTEXTSIZE       (1024 * 1024 * 1024)    /* 1GB */  #define XFS_MAX_RTEXTSIZE       (1024 * 1024 * 1024)    /* 1GB */
 #define XFS_DFL_RTEXTSIZE       (64 * 1024)             /* 64KB */  #define XFS_DFL_RTEXTSIZE       (64 * 1024)             /* 64KB */

Removed from v.1.29  
changed lines
  Added in v.1.30


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