diff options
author | Andi Kleen <ak@suse.de> | 2006-07-29 21:42:55 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-29 20:59:55 -0700 |
commit | b83a8e64fd1aecf021111d22c062c97a3241d0c4 (patch) | |
tree | a83b739d2d91b550512641dddc40590b41670be4 /mm/filemap.c | |
parent | 70583161e878c8e9baaace71ba000b46c86b89cc (diff) | |
download | linux-3.10-b83a8e64fd1aecf021111d22c062c97a3241d0c4.tar.gz linux-3.10-b83a8e64fd1aecf021111d22c062c97a3241d0c4.tar.bz2 linux-3.10-b83a8e64fd1aecf021111d22c062c97a3241d0c4.zip |
[PATCH] MM: Remove rogue readahead printk
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>
Diffstat (limited to 'mm/filemap.c')
-rw-r--r-- | mm/filemap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index d087fc3d328..b9a60c43b61 100644 --- 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)); } /** |