[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210209094327.GB242749@kernel.org>
Date: Tue, 9 Feb 2021 11:43:27 +0200
From: Mike Rapoport <rppt@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Daeseok Youn <daeseok.youn@...il.com>,
David Hildenbrand <david@...hat.com>,
Mike Rapoport <rppt@...ux.ibm.com>,
Mike Rapoport <rppt@...nel.org>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] memblock: remove return value of memblock_free_all()
Hi Linus,
This a small cleanup in memblock for 5.12 merge window.
The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:
Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/memblock-v5.12-rc1
for you to fetch changes up to 097d43d8570457c1af9b09fab15412697b177f35:
mm: memblock: remove return value of memblock_free_all() (2021-01-14 15:29:11 +0200)
----------------------------------------------------------------
memblock: remove return value of memblock_free_all()
memblock_free_all() returns the total count of freed pages and its callers
used this value to update totalram_pages. This update is now anyway a part
of memblock_free_all() and its callers no longer check the return value, so
make memblock_free_all() void.
----------------------------------------------------------------
Daeseok Youn (1):
mm: memblock: remove return value of memblock_free_all()
include/linux/memblock.h | 2 +-
mm/memblock.c | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
--
Sincerely yours,
Mike.
Powered by blists - more mailing lists