Re: [PATCH v3 13/18] mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock()
From: Johannes Weiner <hidden>
Date: 2021-07-07 17:09:02
Also in:
linux-mm
From: Johannes Weiner <hidden>
Date: 2021-07-07 17:09:02
Also in:
linux-mm
On Wed, Jun 30, 2021 at 05:00:29AM +0100, Matthew Wilcox (Oracle) wrote:
-static void __unlock_page_memcg(struct mem_cgroup *memcg) +static void __memcg_unlock(struct mem_cgroup *memcg)
This is too generic a name. There are several locks in the memcg, and this one only locks the page->memcg bindings in the group.