Commit b82a839d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] uninline __do_page_cache_readahead()

erk, this monster has three callsites.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 307bc76b
......@@ -254,7 +254,7 @@ static int read_pages(struct address_space *mapping, struct file *filp,
* do_page_cache_readahead() returns -1 if it encountered request queue
* congestion.
*/
static inline int
static int
__do_page_cache_readahead(struct address_space *mapping, struct file *filp,
unsigned long offset, unsigned long nr_to_read)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment