disable sequential handles in buferHash (for now)

This commit is contained in:
Sears Russell 2010-10-05 16:22:37 +00:00
parent 9fa9930614
commit 00c4be5d11

View file

@ -308,7 +308,7 @@ static Page * bhLoadPageImpl_helper(stasis_buffer_manager_t* bm, stasis_buffer_m
// try to read this page from disk.
pthread_mutex_unlock(&bh->mut);
stasis_page_handle_t * h = handle ? (stasis_page_handle_t*)handle : bh->page_handle;
stasis_page_handle_t * h = bh->page_handle; // handle ? (stasis_page_handle_t*)handle : bh->page_handle;
h->read(h, ret, type);