comparison src/extents.c @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents fe104dbd9147
children 929b76928fce
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
6183 (void *) &closure, object, 0, 6183 (void *) &closure, object, 0,
6184 /* get all extents that abut the region */ 6184 /* get all extents that abut the region */
6185 ME_ALL_EXTENTS_CLOSED | ME_END_CLOSED | 6185 ME_ALL_EXTENTS_CLOSED | ME_END_CLOSED |
6186 /* it might QUIT or error if the user has 6186 /* it might QUIT or error if the user has
6187 fucked with the extent plist. */ 6187 fucked with the extent plist. */
6188 /* #### dmoore - I think this should include
6189 ME_MIGHT_MOVE_SOE, since the callback function
6190 might recurse back into map_extents_bytind. */
6188 ME_MIGHT_THROW | 6191 ME_MIGHT_THROW |
6189 ME_MIGHT_MODIFY_EXTENTS); 6192 ME_MIGHT_MODIFY_EXTENTS);
6190 6193
6191 /* If we made it through the loop without reusing an extent 6194 /* If we made it through the loop without reusing an extent
6192 (and we want there to be one) make it now. 6195 (and we want there to be one) make it now.