Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b83a8e64 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

[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: default avatarAndi Kleen <ak@suse.de>
Acked-by: default avatarTrond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 70583161
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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));
}

/**