mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
mm/filemap: reinitialize folio->_mapcount directly
Let's get rid of the page_mapcount_reset() call and simply reinitialize folio->_mapcount directly. Link: https://lkml.kernel.org/r/20240529111904.2069608-6-david@redhat.com Signed-off-by: David Hildenbrand <david@redhat.com> Tested-by: Sergey Senozhatsky <senozhatsky@chromium.org> [zram/zsmalloc workloads] Cc: Hyeonggon Yoo <42.hyeyoo@gmail.com> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Mike Rapoport (IBM) <rppt@kernel.org> Cc: Minchan Kim <minchan@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
e4d970acfb
commit
9bf46441ad
@ -177,7 +177,7 @@ static void filemap_unaccount_folio(struct address_space *mapping,
|
||||
* and we'd rather not leak it: if we're wrong,
|
||||
* another bad page check should catch it later.
|
||||
*/
|
||||
page_mapcount_reset(&folio->page);
|
||||
atomic_set(&folio->_mapcount, -1);
|
||||
folio_ref_sub(folio, mapcount);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user