Re: [PATCH] mm/gup: correct pin_user_pages.rst location

2020-05-26 Thread Souptick Joarder
On Tue, May 26, 2020 at 1:49 PM John Hubbard wrote: > > On 2020-05-26 01:13, Vitaly Kuznetsov wrote: > > pin_user_pages.rst lives in Documentation/core-api/, not Documentation/vm/, > > adjust all links accordingly. > > > > Fixes: 3faa52c03f44 ("mm/gup: track FOLL_PIN pages") > > Fixes: eddb1c228f7

Re: [PATCH] mm/gup: correct pin_user_pages.rst location

2020-05-26 Thread Mike Rapoport
On Tue, May 26, 2020 at 10:13:38AM +0200, Vitaly Kuznetsov wrote: > pin_user_pages.rst lives in Documentation/core-api/, not Documentation/vm/, > adjust all links accordingly. > > Fixes: 3faa52c03f44 ("mm/gup: track FOLL_PIN pages") > Fixes: eddb1c228f79 ("mm/gup: introduce pin_user_pages*() and F

Re: [PATCH] mm/gup: correct pin_user_pages.rst location

2020-05-26 Thread John Hubbard
On 2020-05-26 01:13, Vitaly Kuznetsov wrote: pin_user_pages.rst lives in Documentation/core-api/, not Documentation/vm/, adjust all links accordingly. Fixes: 3faa52c03f44 ("mm/gup: track FOLL_PIN pages") Fixes: eddb1c228f79 ("mm/gup: introduce pin_user_pages*() and FOLL_PIN") Signed-off-by: Vita

[PATCH] mm/gup: correct pin_user_pages.rst location

2020-05-26 Thread Vitaly Kuznetsov
pin_user_pages.rst lives in Documentation/core-api/, not Documentation/vm/, adjust all links accordingly. Fixes: 3faa52c03f44 ("mm/gup: track FOLL_PIN pages") Fixes: eddb1c228f79 ("mm/gup: introduce pin_user_pages*() and FOLL_PIN") Signed-off-by: Vitaly Kuznetsov --- include/linux/mm.h | 4 ++--