diff options
author | John Hubbard <jhubbard@nvidia.com> | 2019-09-24 00:35:10 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-09-25 00:54:08 +0200 |
commit | 1edc97694d0fa95d143e3457be892544e41f794a (patch) | |
tree | be4c382d4280ad8289d704030ac8b8878e531d41 /mm/memory.c | |
parent | drivers/gpu/drm/via: convert put_page() to put_user_page*() (diff) | |
download | linux-1edc97694d0fa95d143e3457be892544e41f794a.tar.xz linux-1edc97694d0fa95d143e3457be892544e41f794a.zip |
net/xdp: convert put_page() to put_user_page*()
For pages that were retained via get_user_pages*(), release those pages
via the new put_user_page*() routines, instead of via put_page() or
release_pages().
This is part a tree-wide conversion, as described in fc1d8e7cca2d ("mm:
introduce put_user_page*(), placeholder versions").
Link: http://lkml.kernel.org/r/20190724044537.10458-4-jhubbard@nvidia.com
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Acked-by: Björn Töpel <bjorn.topel@intel.com>
Cc: Björn Töpel <bjorn.topel@intel.com>
Cc: Magnus Karlsson <magnus.karlsson@intel.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memory.c')
0 files changed, 0 insertions, 0 deletions