page_cache: ensure forward progress on cache miss

This commit is contained in:
Christian Schwarz
2023-10-02 17:39:35 +00:00
committed by Christian Schwarz
parent a76a503b8b
commit da9a88a882

View File

@@ -318,6 +318,7 @@ impl std::ops::Deref for PageWriteGuard<'_> {
}
}
impl<'a> PageWriteGuard<'a> {
/// Mark that the buffer contents are now valid.
#[must_use]