diff options
Diffstat (limited to 'src/support')
-rw-r--r-- | src/support/hazard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/hazard.c b/src/support/hazard.c index 2a5b35d9c55..cfbb7d2b345 100644 --- a/src/support/hazard.c +++ b/src/support/hazard.c @@ -153,7 +153,7 @@ __wt_hazard_clear(WT_SESSION_IMPL *session, WT_PAGE *page) * Perform the check here since we want to do it when * we are about to release the hazard reference. */ - (void)__wt_evict_forced_page(session, page); + (void)__wt_eviction_page_force(session, page); /* * We don't publish the hazard pointer clear in the |