commit | 63d0f0a3c7e1281fd79268a8d988167eff607fb6 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Tue Nov 12 15:07:09 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 13 12:09:02 2013 +0900 |
tree | ce153ddd335bfab61be933b136d83696e9ed9617 | |
parent | 41ecc345984bcc8bf341a3e758c1eb3fc543dd83 [diff] |
mm/readahead.c:do_readhead(): don't check for ->readpage The callee force_page_cache_readahead() already does this and unlike do_readahead(), force_page_cache_readahead() remembers to check for ->readpages() as well. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>