#
57652 |
| 22-Jan-1993 |
bostic |
have to push the dirty page back to mpool, before the sync, so that it gets written to disk. Then, re-pin the page, and modify it. The MPOOL_DIRTY bit may not be "correct" for the second mpool_put,
have to push the dirty page back to mpool, before the sync, so that it gets written to disk. Then, re-pin the page, and modify it. The MPOOL_DIRTY bit may not be "correct" for the second mpool_put, but since the BTF_DELCRSR bit is set, it shouldn't matter
show more ...
|