]> git.baikalelectronics.ru Git - kernel.git/commit
mm/huge_memory.c: remove unused return value of set_huge_zero_page()
authorMiaohe Lin <linmiaohe@huawei.com>
Wed, 24 Feb 2021 20:07:29 +0000 (12:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Feb 2021 21:38:32 +0000 (13:38 -0800)
commit087f17808e99b7f73fb9f50eec73f59a4d79fab2
tree9f239093ae438081b43d1aff7a6c56a69771b4fb
parent7357d6b3eab87cd56642098a0929decbf2fcecb9
mm/huge_memory.c: remove unused return value of set_huge_zero_page()

The return value of set_huge_zero_page() is always ignored.  So we should
drop such return value.

Link: https://lkml.kernel.org/r/20210203084816.46307-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/huge_memory.c