Diff for /xfs-linux/xfs_trans_buf.c between versions 1.126 and 1.127

version 1.126, 2006/06/15 03:58:11 version 1.127, 2007/09/13 06:09:41
Line 966  xfs_trans_inode_alloc_buf( Line 966  xfs_trans_inode_alloc_buf(
         ASSERT(atomic_read(&bip->bli_refcount) > 0);          ASSERT(atomic_read(&bip->bli_refcount) > 0);
   
         bip->bli_flags |= XFS_BLI_INODE_ALLOC_BUF;          bip->bli_flags |= XFS_BLI_INODE_ALLOC_BUF;
           bip->bli_format.blf_flags |= XFS_BLI_INODE_NEW_BUF;
 }  }
   
   

Removed from v.1.126  
changed lines
  Added in v.1.127


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