pager: reset allocate_page_state in reset_internal_states()

This commit is contained in:
Jussi Saurio
2025-07-28 09:03:03 +03:00
parent c349a9d689
commit e7b07c1357

View File

@@ -1815,6 +1815,7 @@ impl Pager {
in_flight_writes: Rc::new(RefCell::new(0)),
dirty_pages: Vec::new(),
});
self.allocate_page_state.replace(AllocatePageState::Start);
}
}