diff options
author | NeilBrown <neilb@suse.de> | 2007-01-26 00:57:14 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-01-26 13:51:00 -0800 |
commit | c20086de9319ac406f1e96ad459763c9f9965b18 (patch) | |
tree | 281e7863e9702b16520b5cb2b109e234355254f8 /fs/devpts | |
parent | fe33f6f1525113ab0bae416966209438e7a31987 (diff) | |
download | linux-3.10-c20086de9319ac406f1e96ad459763c9f9965b18.tar.gz linux-3.10-c20086de9319ac406f1e96ad459763c9f9965b18.tar.bz2 linux-3.10-c20086de9319ac406f1e96ad459763c9f9965b18.zip |
[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 <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/devpts')
0 files changed, 0 insertions, 0 deletions