From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [dm-devel] [PATCH v2 1/1] dm-raid45 Date: Wed, 9 Dec 2009 05:43:09 -0500 Message-ID: <20091209104309.GA8262@infradead.org> References: <1259243112-28175-1-git-send-email-heinzm@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Dan Williams Cc: device-mapper development , Heinz Mauelshagen , linux-raid , NeilBrown List-Id: linux-raid.ids On Tue, Dec 08, 2009 at 05:38:06PM -0700, Dan Williams wrote: > Where did the investigation of reusing md/raid5.c [1] end up? This > would simultaneously enable hardware accelerated raid6 for dmraid. Yes, adding different raid code to dm is a bad idea, even more so after Neil showed a useful prototype of reusing the md code.