Skip to content

Commit f1f4f3a

Browse files
Ralph Campbelltorvalds
authored andcommitted
mm/migrate: remove obsolete comment about device public
Device public memory never had an in tree consumer and was removed in commit 25b2995 ("mm: remove MEMORY_DEVICE_PUBLIC support"). Delete the obsolete comment. Signed-off-by: Ralph Campbell <rcampbell@nvidia.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Cc: Jerome Glisse <jglisse@redhat.com> Cc: John Hubbard <jhubbard@nvidia.com> Cc: Christoph Hellwig <hch@lst.de> Link: http://lkml.kernel.org/r/20200827190735.12752-2-rcampbell@nvidia.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 4257889 commit f1f4f3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mm/migrate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ static int expected_page_refs(struct address_space *mapping, struct page *page)
381381
int expected_count = 1;
382382

383383
/*
384-
* Device public or private pages have an extra refcount as they are
384+
* Device private pages have an extra refcount as they are
385385
* ZONE_DEVICE pages.
386386
*/
387387
expected_count += is_device_private_page(page);

0 commit comments

Comments
 (0)