[page_cache] Gap within one page should be filled with zeros in shrink case

This commit is contained in:
Shaowei Song
2024-07-02 09:29:22 +00:00
committed by Tate, Hongliang Tian
parent 0b8335c943
commit b1cec501d8
9 changed files with 85 additions and 37 deletions

View File

@ -11,6 +11,7 @@
#![feature(fn_traits)]
#![feature(format_args_nl)]
#![feature(int_roundings)]
#![feature(iter_repeat_n)]
#![feature(let_chains)]
#![feature(linked_list_remove)]
#![feature(register_tool)]