Re: alloc_page leaks tracing
Dan Carpenter <[email protected]> Fri, 25 Mar 2022 09:48:41 +0300
| Newsgroups | org.kernel.vger.smatch |
|---|---|
| Message-ID | <20220325064841.GH12805@kadam> |
Another option to free the page is put_page() right? To me it looks like r5l_recovery_verify_data_checksum_for_mb() should use free_page() but put_page() also works I think. My understanding is that you could swap all the free_page() calls for put_page() but not the other way round. regards, dan carpenter