Commit 8664a78e authored by John Esmet's avatar John Esmet

refs #123 Touch the clock on a successful pin in maybe_pin_pair()

parent 44002ac2
......@@ -2039,8 +2039,7 @@ maybe_pin_pair(
unpin_pair(p, (lock_type == PL_READ));
}
else {
// just a sanity check
assert(retval == 0);
pair_touch(p);
}
pair_unlock(p);
return retval;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment