Re: [PATCH v2 03/14] md/raid1: use folio for tmppage
"Yu Kuai" <[email protected]>
| Newsgroups | gmane.linux.raid,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi, 在 2026/2/5 15:23, Li Nan 写道: > Yeah, should we introduce safe_put_folio()? Or just check NULL here. Yes, and don't copy implementation. Just convert safe_put_page(page) to safe_put_folio(page_folio(page)) first. -- Thansk, Kuai