mm: remove the pages argument to read_pages
authorChristoph Hellwig <hch@lst.de>
Thu, 31 Mar 2022 12:35:23 +0000 (05:35 -0700)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Apr 2022 17:45:43 +0000 (13:45 -0400)
commitdfd8b4fc76d5f7ae5663328b791c4acf222c4d39
tree233681aa5a0b9060f7d6676db7c4972a25abd8a3
parent704528d895dd3e7b173e672116b4eb2b0a0fceb0
mm: remove the pages argument to read_pages

This is always an empty list or NULL with the removal of the ->readahead
support, so remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/readahead.c