]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a71be5e0524e6484e9994266e761b87270dff6c
tree233681aa5a0b9060f7d6676db7c4972a25abd8a3
parent96e56188ea36ae976a04e87c293e035864576966
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