On 4/2/24 5:55 AM, David Hildenbrand wrote:
Nowadays, we call it "GUP-fast", the external interface includes
functions like "get_user_pages_fast()", and we renamed all internal
functions to reflect that as well.

Let's make the config option reflect that.

Reviewed-by: Mike Rapoport (IBM) <r...@kernel.org>
Signed-off-by: David Hildenbrand <da...@redhat.com>
---
  arch/arm/Kconfig       |  2 +-
  arch/arm64/Kconfig     |  2 +-
  arch/loongarch/Kconfig |  2 +-
  arch/mips/Kconfig      |  2 +-
  arch/powerpc/Kconfig   |  2 +-
  arch/riscv/Kconfig     |  2 +-
  arch/s390/Kconfig      |  2 +-
  arch/sh/Kconfig        |  2 +-
  arch/x86/Kconfig       |  2 +-
  include/linux/rmap.h   |  8 ++++----
  kernel/events/core.c   |  4 ++--
  mm/Kconfig             |  2 +-
  mm/gup.c               | 10 +++++-----
  mm/internal.h          |  2 +-
  14 files changed, 22 insertions(+), 22 deletions(-)


Reviewed-by: John Hubbard <jhubb...@nvidia.com>


thanks,
--
John Hubbard
NVIDIA

Reply via email to