]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hugetlb_cgroup: remove unneeded nr_pages > 0 check
authorMiaohe Lin <linmiaohe@huawei.com>
Fri, 29 Jul 2022 08:01:02 +0000 (16:01 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 17 Aug 2022 20:58:34 +0000 (13:58 -0700)
commit975ee2d833500e478509ea1839abd1bf690419e2
treec565bb46b0ce0aa4066d57d7c9e428fb168bde32
parent6e21495eb834b1d5e2086f67b767f14fce2ba848
hugetlb_cgroup: remove unneeded nr_pages > 0 check

Patch series "A few cleanup patches for hugetlb_cgroup", v2.

This series contains a few cleaup patches to remove unneeded check, use
helper macro, remove unneeded return value and so on.  More details can be
found in the respective changelogs.

This patch (of 5):

When code reaches here, nr_pages must be > 0. Remove unneeded nr_pages > 0
check to simplify the code.

Link: https://lkml.kernel.org/r/20220729080106.12752-1-linmiaohe@huawei.com
Link: https://lkml.kernel.org/r/20220729080106.12752-2-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Mina Almasry <almasrymina@google.com>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/hugetlb_cgroup.c