* getParentINForChildIN takes exclusive latches above, so we use
* fetchTargetWithExclusiveLatch.
*/
final IN in = (IN) result.parent.fetchTargetWithExclusiveLatch
(result.index);
in.latch(Cleaner.UPDATE_GENERATION);
return in;
} finally {
if ((result != null) && (result.exactParentFound)) {
result.parent.releaseLatch();
}