summaryrefslogtreecommitdiff
path: root/src/btree/bt_sync.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-11-28 14:07:36 -0500
committerKeith Bostic <keith@wiredtiger.com>2014-11-28 14:07:36 -0500
commit80023e8b3908d91e7629b2845c0b7f70a1fc8991 (patch)
tree3381cc9eb8fce6c7f93d2216e27f2b053f78971f /src/btree/bt_sync.c
parent44d7f586bd9491516cd81d44e535d1fb574dd63d (diff)
downloadmongo-80023e8b3908d91e7629b2845c0b7f70a1fc8991.tar.gz
Rename __wt_rec_write to __wt_reconcile, there's no __wt_rec_read.
Diffstat (limited to 'src/btree/bt_sync.c')
-rw-r--r--src/btree/bt_sync.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/btree/bt_sync.c b/src/btree/bt_sync.c
index a72076b92ea..89dc6cdf24b 100644
--- a/src/btree/bt_sync.c
+++ b/src/btree/bt_sync.c
@@ -66,7 +66,7 @@ __sync_file(WT_SESSION_IMPL *session, int syncop)
__wt_txn_refresh(session, 1);
leaf_bytes += page->memory_footprint;
++leaf_pages;
- WT_ERR(__wt_rec_write(session, walk, NULL, 0));
+ WT_ERR(__wt_reconcile(session, walk, NULL, 0));
}
}
break;
@@ -132,7 +132,7 @@ __sync_file(WT_SESSION_IMPL *session, int syncop)
leaf_bytes += page->memory_footprint;
++leaf_pages;
}
- WT_ERR(__wt_rec_write(session, walk, NULL, 0));
+ WT_ERR(__wt_reconcile(session, walk, NULL, 0));
}
}
break;
@@ -244,7 +244,7 @@ __evict_file(WT_SESSION_IMPL *session, int syncop)
* error, retrying later.
*/
if (syncop == WT_SYNC_CLOSE && __wt_page_is_modified(page))
- WT_ERR(__wt_rec_write(session, ref, NULL, WT_EVICTING));
+ WT_ERR(__wt_reconcile(session, ref, NULL, WT_EVICTING));
/*
* We can't evict the page just returned to us (it marks our