public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for 2.6.18] [8/8] MM: Remove rogue readahead printk
@ 2006-07-29 19:42 Andi Kleen
  2006-07-29 21:14 ` Trond Myklebust
  0 siblings, 1 reply; 7+ messages in thread
From: Andi Kleen @ 2006-07-29 19:42 UTC (permalink / raw)
  To: torvalds; +Cc: discuss, linux-kernel, trond.myklebust


For some reason it triggers always with NFS root and spams the kernel
logs of my nfs root boxes a lot.

Cc: trond.myklebust@fys.uio.no
Signed-off-by: Andi Kleen <ak@suse.de>

---
 mm/filemap.c |    2 --
 1 files changed, 2 deletions(-)

Index: linux-2.6.18-rc2-git7/mm/filemap.c
===================================================================
--- linux-2.6.18-rc2-git7.orig/mm/filemap.c
+++ linux-2.6.18-rc2-git7/mm/filemap.c
@@ -849,8 +849,6 @@ static void shrink_readahead_size_eio(st
 		return;
 
 	ra->ra_pages /= 4;
-	printk(KERN_WARNING "Reducing readahead size to %luK\n",
-			ra->ra_pages << (PAGE_CACHE_SHIFT - 10));
 }
 
 /**

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-07-30 17:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-29 19:42 [PATCH for 2.6.18] [8/8] MM: Remove rogue readahead printk Andi Kleen
2006-07-29 21:14 ` Trond Myklebust
2006-07-30  1:04   ` Nate Diller
2006-07-30  4:22     ` Trond Myklebust
2006-07-30  6:26       ` Andrew Morton
2006-07-30 16:12         ` Trond Myklebust
2006-07-30 16:48           ` [discuss] " Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox