> From: Asahi Lina <[email protected]> > > This allows Page references to be returned as borrowed references, > without necessarily owning the struct page. > > Remove `BorrowedPage` and update users to use `Owned<Page>`. > > Signed-off-by: Asahi Lina <[email protected]> > [ Andreas: Fix formatting and add a safety comment, update users. ] > Signed-off-by: Andreas Hindborg <[email protected]>
Sashiko has reviewed this patch and found no issues. It looks great! -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=4
