]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5e8920e3182da2a25199426695c3ef952e07dcbe
treeba48e8ecc415b98eaed30a974f2c11bd8f2c9315
parent740d40660f6cf660617475c32c9f9405c56348b8
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