aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-01-11 01:39:28 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-11 01:39:28 -0800
commitb82a839d805ac506e2ef6fb47be7f72e74965f13 (patch)
tree61861c2495653db500aff469d948d43632d44e34 /mm
parent307bc76b2bd60b153e529090680c1dceb4fc3498 (diff)
downloadhistory-b82a839d805ac506e2ef6fb47be7f72e74965f13.tar.gz
[PATCH] uninline __do_page_cache_readahead()
erk, this monster has three callsites. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/readahead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/readahead.c b/mm/readahead.c
index d0c5a515ea079e..b7c3b746de679e 100644
--- a/mm/readahead.c
+++ b/mm/readahead.c
@@ -254,7 +254,7 @@ out:
* 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)
{