]> git.baikalelectronics.ru Git - kernel.git/commit
mm/readahead: make ondemand_readahead take a readahead_control
authorDavid Howells <dhowells@redhat.com>
Fri, 16 Oct 2020 03:06:21 +0000 (20:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:16 +0000 (11:11 -0700)
commitc0005eee936050e40e11d806c1a1c2d93d2b5a0d
treea048fae2233ed7582095148b3a8d4e1901e60f27
parenta83f22267dc9521a2cb1e93b8ca7dcf458b30d48
mm/readahead: make ondemand_readahead take a readahead_control

Make ondemand_readahead() take a readahead_control struct in preparation
for making do_sync_mmap_readahead() pass down an RAC struct.

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