Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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>

authored by

Andi Kleen and committed by
Linus Torvalds
b83a8e64 70583161

-2
-2
mm/filemap.c
··· 849 849 return; 850 850 851 851 ra->ra_pages /= 4; 852 - printk(KERN_WARNING "Reducing readahead size to %luK\n", 853 - ra->ra_pages << (PAGE_CACHE_SHIFT - 10)); 854 852 } 855 853 856 854 /**