Diff for /xfs-linux/xfs_attr_leaf.c between versions 1.105 and 1.106

version 1.105, 2006/12/21 02:50:36 version 1.106, 2007/02/06 02:54:01
Line 392  xfs_attr_shortform_remove(xfs_da_args_t  Line 392  xfs_attr_shortform_remove(xfs_da_args_t 
                 dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize);                  dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize);
                 ASSERT(dp->i_d.di_forkoff);                  ASSERT(dp->i_d.di_forkoff);
                 ASSERT(totsize > sizeof(xfs_attr_sf_hdr_t) || args->addname ||                  ASSERT(totsize > sizeof(xfs_attr_sf_hdr_t) || args->addname ||
                         !(mp->m_flags & XFS_MOUNT_ATTR2));                          !(mp->m_flags & XFS_MOUNT_ATTR2) ||
                           dp->i_d.di_format == XFS_DINODE_FMT_BTREE);
                 dp->i_afp->if_ext_max =                  dp->i_afp->if_ext_max =
                         XFS_IFORK_ASIZE(dp) / (uint)sizeof(xfs_bmbt_rec_t);                          XFS_IFORK_ASIZE(dp) / (uint)sizeof(xfs_bmbt_rec_t);
                 dp->i_df.if_ext_max =                  dp->i_df.if_ext_max =

Removed from v.1.105  
changed lines
  Added in v.1.106


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