]> git.baikalelectronics.ru Git - kernel.git/commit
mm/memcg: drop swp_entry_t* in mc_handle_file_pte()
authorPeter Xu <peterx@redhat.com>
Fri, 5 Nov 2021 20:37:28 +0000 (13:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Nov 2021 20:30:35 +0000 (13:30 -0700)
commit4bb5e12b157fb0fe21f2100047c84363ac442123
tree665c8c1a3abfebef4e6baa70083d34f6b295abff
parent8a64e0c511aa1f6ae45081636c35853d1edbbbb3
mm/memcg: drop swp_entry_t* in mc_handle_file_pte()

It is unused after the rework of commit 477ce4c5360e ("mm: use
find_get_incore_page in memcontrol").

Link: https://lkml.kernel.org/r/20210916193014.80129-1-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memcontrol.c