diff options
author | Pekka J Enberg <penberg@cs.Helsinki.FI> | 2006-09-29 01:59:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 09:18:06 -0700 |
commit | c0d92cbc5849f26451f478d538b8d885ae547221 (patch) | |
tree | bf5ef7e15c6f35443a8e156f3bcd9c6642004cdd /sound/pci/pcxhr | |
parent | cfedc920a7bca828fd4af8e203f7d8514990f999 (diff) |
[PATCH] libfs: remove page up-to-date check from simple_readpage
Remove the unnecessary PageUptodate check from simple_readpage. The only
two callers for ->readpage that don't have explicit PageUptodate check are
read_cache_pages and page_cache_read which operate on newly allocated pages
which don't have the flag set.
[akpm: use the allegedly-faster clear_page(), too]
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/pci/pcxhr')
0 files changed, 0 insertions, 0 deletions