]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove pagevec_lookup_range_nr_tag()
authorJeff Layton <jlayton@kernel.org>
Tue, 15 Dec 2020 03:06:11 +0000 (19:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2020 20:13:39 +0000 (12:13 -0800)
commit5c9969b627d42de77026c5678083912cce6b223b
tree041901f2d5e9510024c8615982b94173f1eb4d0d
parent07376a0a9286efcf75e18b419b5dae9b42bed26b
mm: remove pagevec_lookup_range_nr_tag()

With the merge of commit 7112bcddd0f8 ("ceph: have ceph_writepages_start
call pagevec_lookup_range_tag"), nothing calls this anymore.

Link: https://lkml.kernel.org/r/20201021193926.101474-1-jlayton@kernel.org
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/pagevec.h
mm/swap.c