disable sequential handles in buferHash (for now)
This commit is contained in:
parent
9fa9930614
commit
00c4be5d11
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue