From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Brown Subject: [PULL REQUEST] 2 bug fixes for drives/md in 2.6.29 Date: Fri, 6 Feb 2009 15:20:13 +1100 Message-ID: <18827.47741.271010.507719@notabene.brown> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Sender: linux-raid-owner@vger.kernel.org To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, Andre Noll List-Id: linux-raid.ids Two small patches for md. The first is marked for -stable. Thanks, NeilBrown The following changes since commit eda58a85ec3fc05855a26654d97a2b53f0e715b9: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../cooloney/blackfin-2.6 are available in the git repository at: git://neil.brown.name/md/ for-linus Andre Noll (1): md: Fix a bug in linear.c causing which_dev() to return the wrong device. NeilBrown (1): md: Allow read error in a single drive raid1 to be passed up. drivers/md/linear.c | 6 +++--- drivers/md/raid1.c | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-)