comparison src/extents.c @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents e04119814345
children 131b0175ea99
comparison
equal deleted inserted replaced
47:11c6df210d7f 48:56c54cf7c5b6
6182 (void *) &closure, object, 0, 6182 (void *) &closure, object, 0,
6183 /* get all extents that abut the region */ 6183 /* get all extents that abut the region */
6184 ME_ALL_EXTENTS_CLOSED | ME_END_CLOSED | 6184 ME_ALL_EXTENTS_CLOSED | ME_END_CLOSED |
6185 /* it might QUIT or error if the user has 6185 /* it might QUIT or error if the user has
6186 fucked with the extent plist. */ 6186 fucked with the extent plist. */
6187 /* #### dmoore - I think this should include
6188 ME_MIGHT_MOVE_SOE, since the callback function
6189 might recurse back into map_extents_bytind. */
6187 ME_MIGHT_THROW | 6190 ME_MIGHT_THROW |
6188 ME_MIGHT_MODIFY_EXTENTS); 6191 ME_MIGHT_MODIFY_EXTENTS);
6189 6192
6190 /* If we made it through the loop without reusing an extent 6193 /* If we made it through the loop without reusing an extent
6191 (and we want there to be one) make it now. 6194 (and we want there to be one) make it now.