git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1495f23
)
readahead: return early when readahead is disabled
author
Wu Fengguang
<fengguang.wu@intel.com>
Wed, 25 May 2011 00:12:28 +0000
(17:12 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 25 May 2011 15:39:26 +0000
(08:39 -0700)
Reduce readahead overheads by returning early in do_sync_mmap_readahead().
tmpfs has ra_pages=0 and it can page fault really fast (not constraint by
IO if not swapping).
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Tested-by: Tim Chen <tim.c.chen@intel.com>
Reported-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/filemap.c
patch
|
blob
|
history
diff --cc
mm/filemap.c
Simple merge