]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: alloc_pages_bulk: rename API
authorLuiz Capitulino <luizcap@redhat.com>
Mon, 23 Dec 2024 22:00:38 +0000 (17:00 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 26 Jan 2025 04:22:31 +0000 (20:22 -0800)
commit6bf9b5b40af373690313f64a3935b2bf2e5d46d9
tree025da65e52d0199e14dd2757e74f797d6da337cf
parentc8b979530f27f90c0353a189b2faa6e50a0ea94a
mm: alloc_pages_bulk: rename API

The previous commit removed the page_list argument from
alloc_pages_bulk_noprof() along with the alloc_pages_bulk_list() function.

Now that only the *_array() flavour of the API remains, we can do the
following renaming (along with the _noprof() ones):

  alloc_pages_bulk_array -> alloc_pages_bulk
  alloc_pages_bulk_array_mempolicy -> alloc_pages_bulk_mempolicy
  alloc_pages_bulk_array_node -> alloc_pages_bulk_node

Link: https://lkml.kernel.org/r/275a3bbc0be20fbe9002297d60045e67ab3d4ada.1734991165.git.luizcap@redhat.com
Signed-off-by: Luiz Capitulino <luizcap@redhat.com>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
17 files changed:
drivers/staging/media/atomisp/pci/hmm/hmm_bo.c
drivers/vfio/pci/mlx5/cmd.c
drivers/vfio/pci/virtio/migrate.c
fs/btrfs/extent_io.c
fs/erofs/zutil.c
fs/splice.c
fs/xfs/xfs_buf.c
include/linux/gfp.h
kernel/bpf/arena.c
lib/alloc_tag.c
lib/kunit_iov_iter.c
lib/test_vmalloc.c
mm/mempolicy.c
mm/vmalloc.c
net/core/page_pool.c
net/sunrpc/svc.c
net/sunrpc/svc_xprt.c