]> 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>
Fri, 26 Aug 2022 05:02:52 +0000 (22:02 -0700)
commit1451d2758415426d23a8380fd9c14b275653f370
tree5c3236258ffc9a6eb68cfd5f324266f6974a4dbc
parent4e4811b10311e4a8b2a6526486983d21757ddb68
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