mm/hugetlb: assert hugetlb_lock in __hugetlb_cgroup_commit_charge
authorPeter Xu <peterx@redhat.com>
Wed, 17 Apr 2024 21:18:36 +0000 (17:18 -0400)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 6 May 2024 00:53:41 +0000 (17:53 -0700)
commit3ccae1dc84086721c300a1026d2c38574e433e69
tree64e1ebd72c93b29e9c4942528f23d5025c8dbcfb
parent6401a2e6900843a77a27873c0529dea68f61193d
mm/hugetlb: assert hugetlb_lock in __hugetlb_cgroup_commit_charge

This is similar to __hugetlb_cgroup_uncharge_folio() where it relies on
holding hugetlb_lock.  Add the similar assertion like the other one, since
it looks like such things may help some day.

Link: https://lkml.kernel.org/r/20240417211836.2742593-4-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Mina Almasry <almasrymina@google.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: David Rientjes <rientjes@google.com>
Cc: Muchun Song <muchun.song@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/hugetlb_cgroup.c