Diff for /xfs-linux/xfs_bmap.c between versions 1.361 and 1.362

version 1.361, 2007/01/10 14:42:05 version 1.362, 2007/02/06 14:35:53
Line 4080  xfs_bmap_add_attrfork( Line 4080  xfs_bmap_add_attrfork(
                 } else                  } else
                         XFS_SB_UNLOCK(mp, s);                          XFS_SB_UNLOCK(mp, s);
         }          }
         if ((error = xfs_bmap_finish(&tp, &flist, firstblock, &committed)))          if ((error = xfs_bmap_finish(&tp, &flist, &committed)))
                 goto error2;                  goto error2;
         error = xfs_trans_commit(tp, XFS_TRANS_PERM_LOG_RES, NULL);          error = xfs_trans_commit(tp, XFS_TRANS_PERM_LOG_RES, NULL);
         ASSERT(ip->i_df.if_ext_max ==          ASSERT(ip->i_df.if_ext_max ==
Line 4213  int      /* error */ Line 4213  int      /* error */
 xfs_bmap_finish(  xfs_bmap_finish(
         xfs_trans_t             **tp,           /* transaction pointer addr */          xfs_trans_t             **tp,           /* transaction pointer addr */
         xfs_bmap_free_t         *flist,         /* i/o: list extents to free */          xfs_bmap_free_t         *flist,         /* i/o: list extents to free */
         xfs_fsblock_t           firstblock,     /* controlled ag for allocs */  
         int                     *committed)     /* xact committed or not */          int                     *committed)     /* xact committed or not */
 {  {
         xfs_efd_log_item_t      *efd;           /* extent free data */          xfs_efd_log_item_t      *efd;           /* extent free data */

Removed from v.1.361  
changed lines
  Added in v.1.362


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