projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7058316
)
[PATCH] MM: Remove rogue readahead printk
author
Andi Kleen
<ak@suse.de>
Sat, 29 Jul 2006 19:42:55 +0000
(21:42 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 30 Jul 2006 03:59:55 +0000
(20:59 -0700)
For some reason it triggers always with NFS root and spams the kernel
logs of my nfs root boxes a lot.
Signed-off-by: Andi Kleen <ak@suse.de>
Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/filemap.c
patch
|
blob
|
history
diff --git
a/mm/filemap.c
b/mm/filemap.c
index
d087fc3
..
b9a60c4
100644
(file)
--- a/
mm/filemap.c
+++ b/
mm/filemap.c
@@
-849,8
+849,6
@@
static void shrink_readahead_size_eio(struct file *filp,
return;
ra->ra_pages /= 4;
- printk(KERN_WARNING "Reducing readahead size to %luK\n",
- ra->ra_pages << (PAGE_CACHE_SHIFT - 10));
}
/**