Hi Linus,
please consider pulling these two bug fixes for md for 2.6.34.
They are not very serious bugs but can lead to unexpected behaviour
and in one case doesn't protect your data quite as much as you would
like is certain cases.
Thanks,
NeilBrown
The following changes since commit 722154e4cacf015161efe60009ae9be23d492296:
Linus Torvalds (1):
Merge branch 'zerolen' of git://git.kernel.org/.../jgarzik/misc-2.6
are available in the git repository at:
git://neil.brown.name/md/ for-linus
Gabriele A. Trombetti (1):
md/raid6: Fix raid-6 read-error correction in degraded state
NeilBrown (1):
md: restore ability of spare drives to spin down.
drivers/md/md.c | 10 ++++++++--
drivers/md/raid5.c | 2 +-
2 files changed, 9 insertions(+), 3 deletions(-)
--