]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vmstat: remove unneeded return value
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 23 Aug 2021 23:59:39 +0000 (09:59 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Aug 2021 23:34:20 +0000 (09:34 +1000)
commitd01147d18f8e658b17cd6d5fab851c2157e258c1
tree17331d464fe96f8318999f7aabff8ce5ad8a47eb
parent251f8851237cbf3bca20be17f69076d09da3f30b
mm/vmstat: remove unneeded return value

The return value of pagetypeinfo_showfree and pagetypeinfo_showblockcount
are unused now.  Remove them.

Link: https://lkml.kernel.org/r/20210715122911.15700-4-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
mm/vmstat.c