From: NeilBrown Date: Fri, 26 Jan 2007 08:57:14 +0000 (-0800) Subject: [PATCH] md: remove unnecessary printk when raid5 gets an unaligned read. X-Git-Tag: v2.6.20-rc7~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20086de9319ac406f1e96ad459763c9f9965b18;p=pandora-kernel.git [PATCH] md: remove unnecessary printk when raid5 gets an unaligned read. raid5_mergeable_bvec tries to ensure that raid5 never sees a read request that does not fit within just one chunk. However as we must always accept a single-page read, that is not always possible. So when "in_chunk_boundary" fails, it might be unusual, but it is not a problem and printing a message every time is a bad idea. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed