Diff for /xfs-linux/xfs_buf_item.h between versions 1.44 and 1.45

version 1.44, 2006/12/01 05:07:33 version 1.45, 2007/09/13 06:09:41
Line 52  typedef struct xfs_buf_log_format_t { Line 52  typedef struct xfs_buf_log_format_t {
 #define XFS_BLI_UDQUOT_BUF      0x4  #define XFS_BLI_UDQUOT_BUF      0x4
 #define XFS_BLI_PDQUOT_BUF      0x8  #define XFS_BLI_PDQUOT_BUF      0x8
 #define XFS_BLI_GDQUOT_BUF      0x10  #define XFS_BLI_GDQUOT_BUF      0x10
   /*
    * This flag indicates that the buffer contains newly allocated
    * inodes.
    */
   #define XFS_BLI_INODE_NEW_BUF   0x20
   
 #define XFS_BLI_CHUNK           128  #define XFS_BLI_CHUNK           128
 #define XFS_BLI_SHIFT           7  #define XFS_BLI_SHIFT           7

Removed from v.1.44  
changed lines
  Added in v.1.45


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