mm/readahead: make page_cache_ra_unbounded take a readahead_control
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 16 Oct 2020 03:06:14 +0000 (20:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:16 +0000 (11:11 -0700)
commit73bb49da50cd460bb3ba31250ed2e7fbf2115edf
treeba48e8ecc415b98eaed30a974f2c11bd8f2c9315
parent1aa83cfa5a20a6bbd39d2355a89c95152e4b37b4
mm/readahead: make page_cache_ra_unbounded take a readahead_control

Define it in the callers instead of in page_cache_ra_unbounded().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Eric Biggers <ebiggers@google.com>
Link: https://lkml.kernel.org/r/20200903140844.14194-4-willy@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext4/verity.c
fs/f2fs/verity.c
include/linux/pagemap.h
mm/readahead.c