diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2013-01-10 12:23:32 +1100 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2013-01-10 12:23:32 +1100 |
commit | b4e5d1ddf86e7151e20385d8e1ca47c07d2351ea (patch) | |
tree | 83263875e9e673072c3a5efcdf2874c4a964ccc2 /src/support | |
parent | 7915b622be063458a1360c14646f17f2577f0541 (diff) | |
download | mongo-b4e5d1ddf86e7151e20385d8e1ca47c07d2351ea.tar.gz |
Inline check for pages that need to be forced from cache.
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 |